Category Archives: AWS
Permissions 0755 for ‘certificate.pem’ are too open
You may experience bad permission error and ignoring operation while running a command with AWS. It’s because a AWS are concern about your security and make sure the certificate are only accessible by you, not even to read them or discover their names. That’s basic sensible security and it means no permissions whatsoever for group…
Using multiple AWS Accounts from command line
A common mistake like launching and creating an app to different account can be happen when anyone managing multiple AWS account at a time. You can easily manage that by configuring command line interface to interact with AWS such as your security credentials and the default region, profile name. To overcome the difficulty, Create a…