Welcome to Technical Acumen Demo Sessions
The Demo will help you to create the following:
IAM Role
IAM Policy
IAM Trust Policy
Attach the IAM Policy to Role
Tag the Role
Step 1: Login to Otsuka AWS Environment
Go to https://myapps.microsoft.com/ using your Otsuka credentials.
Select AWS Production CT and choose ct-inh-sandbox AWS Account.
Assume role: CT-INH-TECHNICAL-ACUMEN .
Step 2: Login to AWS Self Portal
Search for CloudShell and create the environment.
Step 3: Download Trust and S3 Policies
aws s3 cp s3://technical-acumen/policy.json ./policy.json
aws s3 cp s3://technical-acumen/trust-policy.json ./trust-policy.json
Step 4: Create S3 Access Policy
aws iam create-policy --policy-name Policy-EMPNumber --policy-document file://policy.json
Step 5: Create an IAM Role
aws iam create-role --role-name Role-EMPNumber --assume-role-policy-document file://trust-policy.json
Step 6: Attach Policy to IAM Role
aws iam attach-role-policy --role-name Role-EMPNumber --policy-arn arn:aws:iam::207256772088:policy/Policy-EMPNumber
Step 7: Tag the IAM Role
aws iam tag-role --role-name Role-EMPNumber --tags Key=POC,Value=DEMO
Step 8: Verify IAM Role and Policy
Search for IAM in AWS Console and check Roles for EMPNumber.
© 2025 Technical Acumen Demo Sessions