the doc is assuming that two separate accounts are used for dev vs production: hence different authentication used to connect.
another common aws approach is to have one account but multiple VPC (prod / staging / dev) and using tags.
would love to have some info written about this second approach one account with multiple VPCs
Hi,
Is there a space between “:” and “&” ?
Is it is there delete it.
The formula You write is ok:
$ ansible -i /etc/ansible/ec2.py all -m ping --limit “tag_deployment_production:&tag_role_elasticsearch”
52.XX.XXX.XXX | success >> {
“changed”: false,
“ping”: “pong”
}