Hello Friends!
Welcome back to my YouTube Channel.
Lets learn to access and S3 bucket from ec2 instance following simple steps below:
1. Launch an ec2 Windows instance (using free tier) in us-east-1 region.
2. Create an AWS S3 bucket in the default region i.e., us-east-1 and upload some sample files. (Ensure to create S3 bucket in the same region as that of ec2 instance)
3. Create an IAM role to enable full access for ec2 to access S3
4. Attach the IAM role to ec2 instance
5. Login to ec2 instance ,download and install AWS CLI to access S3 bucket
(https://awscli.amazonaws.com/AWSCLIV2...)
6. Using command prompt on ec2 instance, try to access S3 bucket using ‘aws s3 ls’
command.
7. Validate the copy, sync, delete operations using the ec2 command line.
#aws #s3 #cloudwithmohsin #simplestorageservice #objectstorage
#google