I have an EC2 with a role that gives it full control over others EC2.
This role allows calling aws ec2 ...
without doing the aws configure
step.
However, if I install docker and run a docker container inside that EC2, this container is not able to do the aws ec2 ...
without configuring the awscli.
Is there some kind of folder to share of feature to enable in order to run awscli commands inside my container without configuring it with an accesskey/password ?