Amazon AWS S3 VPC Endpoint

Posted filed under Amazon AWS.

  Amazon AWS S3 Endpoint       In Here we have One VPC =10.0.0.0/16  also we have  three Subnet as follow 10.0.1.0/24 Public Subnet1 10.0.2.0/24 Private Subnet2 10.0.3.0/24 Public Subnet3   I have two server one is called Public1 inside the Public Subnet=10.0.1.0/24 with Public Ip address: 34.201.13.154 Private Ip address = 10.0.1.183 Password… Read more »

Amazon AWS CLI S3 With Auto-Complete

Posted filed under Amazon AWS.

  Autocomplete Lesson: To add the autocomplete feature: $ echo “complete -C aws_completer aws” >> ~/.bash_profile $ source ~/.bash_profile S3 CLI commands Create a bucket: $ aws s3 mb s3://test-saurav-123 Remove the bucket: $ aws s3 rb test-saurav-123 Creating empty files in Linux : $ touch file{1..10} Copy a local file to a bucket: $… Read more »

Amazon SNS notification with S3

Posted filed under Amazon AWS.

Simple Notification Service (SNS)     SNS is integrated into many AWS services. We are able to use it to receive notifications when events occur in our AWS Environment. With CloudWatch and SNS a full environment monitoring solution could be created that notifies administrators of alerts, capacity issues, downtime, changes in the environment, and more!… Read more »