1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
2
I haven't created instance profiles via the console in a while, but since you already have your role created, you can create an EC2 instance profile and attach it to your existing role by launching CloudShell and running the following commands. Be sure to replace "EC2RoleForMyServer" with the name of your role:
aws iam create-instance-profile --instance-profile-name EC2RoleForMyServer aws iam add-role-to-instance-profile --instance-profile-name EC2RoleForMyServer --role-name EC2RoleForMyServer
répondu il y a 2 mois
Contenus pertinents
- demandé il y a un an
- demandé il y a 6 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 8 mois