Scenario: You are working with a third-party vendor who needs temporary access to specific resources in your AWS account. How would you implement Cross-Account Access securely?

  • Allow the third-party vendor to create their IAM users in your account for access.
  • Create a temporary IAM role with limited permissions and provide the third-party vendor with temporary credentials to assume the role.
  • Share your root account credentials with the third-party vendor for direct access to the resources.
  • Use IAM groups with cross-account access policies to grant access to the third-party vendor.
By creating a temporary IAM role with restricted permissions and providing the third-party vendor with temporary credentials, you can ensure secure access to specific resources in your AWS account for the duration of their need.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *