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
  1. 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.
  2. Step 2: Login to AWS Self Portal
    Search for CloudShell and create the environment.
  3. 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
  4. Step 4: Create S3 Access Policy
    aws iam create-policy --policy-name Policy-EMPNumber --policy-document file://policy.json
  5. Step 5: Create an IAM Role
    aws iam create-role --role-name Role-EMPNumber --assume-role-policy-document file://trust-policy.json
  6. 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
  7. Step 7: Tag the IAM Role
    aws iam tag-role --role-name Role-EMPNumber --tags Key=POC,Value=DEMO
  8. Step 8: Verify IAM Role and Policy
    Search for IAM in AWS Console and check Roles for EMPNumber.