by admin | Aug 6, 2020 | aws
First create an IAM programmatic user which has permissions to s3 from AWS console. Note down the access ID and the secret KEY Now, lets configure AWS CLI in the server. To install the CLI in CentOS 7 lets do this : sudo yum -y install python-pip sudo pip install...
by admin | May 10, 2020 | aws
You may face this error when you use S3 to host the images for your website and when clicking on the images from website, results in : <Error> <Code>AccessDenied</Code> <Message>Access Denied</Message>...
by admin | Jul 16, 2018 | aws
Edit : You dont need to follow this guide. AWS has made life simple. Just follow https://aws.amazon.com/blogs/aws/new-lifecycle-management-for-amazon-ebs-snapshots/ The new life-cycle management policies. Just keeping this as reference Taking automatic snapshots of...
by admin | Jul 15, 2018 | aws, MySQL
The Amazon RDS ( AWS RDS ) – Managed relational database service from aws is a real blessing these days. Since its managed by aws, you don’t have to worry about the patching / administration / backups / restore aspects of it. All you need to do is...