Despite the title, this article does not provide traditional AWS Security Exam braindumps.
To ensure a role can create and manage EC2 instances only when launched in a specific VPC with required tag key/value pairs, consider the following options:
aws:RequestTag on RunInstances, uses ec2:ResourceTag for other EC2 actions, and adds a condition on ec2:Subnet or ec2:Vpc to restrict the VPC.ec2:CreateTags in a policy condition to restrict which instances can be created.An analytics workload runs on an Amazon EC2 instance in a development account (Acct Dev01).
No direct quotes are available in the provided text.
Author's summary: AWS Security Specialist Exam tips provided.