Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrigaudiere/awscommands
Useful AWS commands
https://github.com/nrigaudiere/awscommands
Last synced: 23 days ago
JSON representation
Useful AWS commands
- Host: GitHub
- URL: https://github.com/nrigaudiere/awscommands
- Owner: nrigaudiere
- Created: 2017-02-16T14:24:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T15:10:33.000Z (almost 8 years ago)
- Last Synced: 2023-08-05T20:51:19.477Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awscommands
Useful AWS commandsView 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)