1.Download Putty software with proper version
3.Create a EC2 instances
Update the security group inbound rules.
4.Using puTTygen
key pair to convert .perm file to .ppk file
5. Create a S3 bucket
6. connect to PuTTy software and create a file called details.txt print the content in echo "helloworld" in details.txt.
7. Create roles in IAM and change the IAM role in instances, then the go to PuTTy and type aws s3 ls, it will show the S3 buckets.
8. We need to add previous details.txt file to s3 .so, we use aws s3 cp details.txt s3://(bucket name)/
9.Go and verify it, In s3 files is uploaded finally.
10. Cost Management
More amount of cost will be used at the time of roles and instances, so we can delete the created things.
Flowchart Diagram :
Top comments (0)