Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrigaudiere/awscommands

Useful AWS commands
https://github.com/nrigaudiere/awscommands

Last synced: 23 days ago
JSON representation

Useful AWS commands

Awesome Lists containing this project

README

        

# awscommands
Useful AWS commands

View profiles data
```bash
aws configure list
```

Copy and change metadata
```bash
aws s3 cp s3://my.bucket s3://my.bucket --cache-control max-age=2628000,public --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --metadata-directive REPLACE --dryrun
```
(--dryrun is used in order to simulate the copy)