Command to get the total number of objects in an s3 bucket recursively: aws s3 ls s3://bucketName/ –recursive –summarize |
Continue readingHow to Reboot an EC2 Instance
Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to reboot
Continue readingHow to Delete/Terminate an EC2 Instance
Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to delete
Continue readingHow to Start an EC2 Instance
Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to start
Continue readingHow to Stop an EC2 Instance
Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to stop
Continue readingHow to enable Termination Protection on an EC2 Instance
Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to modify
Continue readingHow to disable Termination Protection on an EC2 Instance
From AWS Management Console Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you
Continue readingHow to delete unused EBS Volumes from AWS Management Console
Login to AWS Management Console and go to EC2 Dashboard. Choose ‘Volumes’ on the left pane. Filter volumes on ‘Attachment
Continue readingHow to enable ENA on an EC2 Instance
Step 1: Verify if the ENA is already enabled on the EC2 Instance by running the below command: aws ec2
Continue readingData Types supported by Redshift database
SMALLINT,INT2INTEGER,INT,INT4BIGINT,INT8 NUMERICDECIMALREALFLOAT4DOUBLE PRECISIONFLOAT,FLOAT8 DATETIMESTAMPTIMESTAMPZ,TIMESTAMP WITH TIME ZONE CHAR,CHARACTERNCHARVARCHARNVARCHARBPCHARTEXT BOOLEAN GEOMETRY
Continue reading