Amazon AWS
Stay tuned..
Monday, July 8, 2019
S3 commands
Copy files from local Mac to S3 recursively excluding multiple files
aws s3 cp . s3://db-terraform/ --recursive --exclude "*plan*" --exclude "*.tfstate*" --exclude .DS_Store
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)