ansible/awx

Documentation for IAM EC2 inventory

Open

#924 ouverte le 5 janv. 2018

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Python (3 333 forks)batch import
Hacktoberfestcomponent:docsgood first issuehelp wantedtype:enhancement

Métriques du dépôt

Stars
 (13 071 stars)
Métriques de merge PR
 (Merge moyen 24j 6h) (30 PRs mergées en 30 j)

Description

ISSUE TYPE
  • Documentation
COMPONENT NAME
  • UI
SUMMARY

IAM permissions for EC2 inventory plugin

ENVIRONMENT

N/A

STEPS TO REPRODUCE

When using EC2 to lookup hosts available, there is no reference to what permissions the IAM role should have, giving the role extensive permissions is not ideal.

The error message also does not give us any detailed information.

Can we update the documentation to identify which actions the role needs to have (obviously depending on the flags set in ec2.ini).

For a basic setup, with ec2.ini left as default the following two actions are required:

ec2:DescribeInstances ec2:DescribeTags

Guide contributeur