Amazon Cognito is a user identity and access management solution that makes it easy for developers to create and manage…
Browsing: aws
The default CORS policy doesn’t allow S3 content to other origins, even if the repository is public or hosting a…
A shell script is a collection of commands to perform a specific job. MySQL is a relational database management system…
CloudFront is an popular caching and content delivery network service provided by the Amazon Web Services. It delivers data to…
Amazon CloudFront invalidation feature allows you to remove an object from the CloudFront cache before it expires. It allows you…
One of my application is configured for auto deployment with Code Deploy and Elastic Beanstalk on AWS hosting. Today the…
The AWS CLI is a command line interface built on top of the AWS APIs. It makes it easy to…
AWS Cloudfront is a content delivery network (CDN) service, which delivers data fast and security world wide. It keeps a…
s3cmd is a command line utility used for creating s3 buckets, uploading, retrieving and managing data to Amazon s3 storage.…
On AWS Ec2 instances, your web server is listening on port 80 to accept HTTP connections. Afterward, you configured the…