AWS/CLI

From Ever changing code
< AWS
Revision as of 14:21, 9 April 2017 by Pio2pio (talk | contribs) (Created page with "= Install AWS cli (command line) = curl -O https://bootstrap.pypa.io/get-pip.py python get-pip.py pip install awscli = Examples = Create a reusable delegation set with a u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install AWS cli (command line)

curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install awscli

Examples

Create a reusable delegation set with a unique string '20170409'

aws route53 create-reusable-delegation-set --caller-reference 20170409

List the reusable-delegation-set created in ~/.aws/credentials profile

aws route53 list-reusable-delegation-sets --profile terraform-profile

References