DevOps(Day-57) :S3 Programmatic access with AWS-CLI - Part1

  

Amazon Simple Storage Service (AWS S3) is a scalable, high-speed, low-cost, and fully managed object storage service provided by Amazon Web Services (AWS). S3 provides customers with secure and durable storage of their data in the form of objects, which are organized into buckets and can be accessed through APIs and web-based interfaces.

S3 buckets can be used for a variety of purposes, including file storage, backup and archiving big data analytics, and content distribution.

The buckets are easily accessible from anywhere in the world, making it simple to store, access, and manage data on the cloud. S3 also provides a number of features that make it easy to manage and organize data, such as versioning, lifecycle policies, and access controls.

  • Launch an EC2 instance using the AWS Management Console and connect to it using Secure Shell (SSH).

    1. Launch an EC2 instance by providing all the default configurations as we have seen in my previous blogs.

    2. Connect to the server using SSH. Open Command Prompt in your local system and navigate to the private key ".pem" file location.

    3. Copy the ssh command from the console and paste on CMD.

    4. Now you are connected to the EC2 instance.

Thanks for reading my article. Have a nice day.

Comments

Popular posts from this blog

DevOps(Day-97): Meta-Arguments in Terraform

DevOps(Day-95): Auto Scaling with Terraform

DevOps (Day-1) Introduction