0 votes
in AWS Access Management by
How do I use the IAM role with my application on the EC2 instance?

1 Answer

0 votes
by

If you develop your application with the AWS SDK, the AWS SDK automatically uses the AWS access keys that have been made available on the EC2 instance. If you are not using the AWS SDK, you can retrieve the access keys from the EC2 instance metadata service. For details, see Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances.

Related questions

0 votes
asked Aug 3, 2021 in AWS Access Management by rajeshsharma
0 votes
asked Aug 9, 2021 in AWS Access Management by rajeshsharma
...