Skip to content

Commit

Permalink
Merge pull request LondheShubham153#137 from RishikeshOps/patch-25
Browse files Browse the repository at this point in the history
added tasks.md
  • Loading branch information
LondheShubham153 authored Feb 12, 2023
2 parents 833a67a + ed9a7e0 commit aae5250
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 2023/day43/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Day 43: S3 Programmatic access with AWS-CLI 💻 📁
Hi, I hope you had a great day yesterday. Today as part of the #90DaysofDevOps Challenge we will be exploring most commonly used service in AWS i.e S3.

![s3](https://user-images.githubusercontent.com/115981550/218308379-a2e841cf-6b77-4d02-bfbe-20d1bae09b20.png)

# S3
Amazon Simple Storage Service (Amazon S3) is an object storage service that provides a secure and scalable way to store and access data on the cloud. It is designed for storing any kind of data, such as text files, images, videos, backups, and more.
Read more [here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html)
## Task-01
- Launch an EC2 instance using the AWS Management Console and connect to it using Secure Shell (SSH).
- Create an S3 bucket and upload a file to it using the AWS Management Console.
- Access the file from the EC2 instance using the AWS Command Line Interface (AWS CLI).

Read more about S3 using aws-cli [here](https://docs.aws.amazon.com/cli/latest/reference/s3/index.html)

## Task-02
- Create a snapshot of the EC2 instance and use it to launch a new EC2 instance.
- Download a file from the S3 bucket using the AWS CLI.
- Verify that the contents of the file are the same on both EC2 instances.

Added Some Useful commands to complete the task. [Click here for commands](https://github.com/LondheShubham153/90DaysOfDevOps/blob/833a67ac4ec17b992934cd6878875dccc4274f56/2023/day43/aws-cli.md)


Let me know if you have any questions or face any issues while doing the tasks.🚀

Happy Learning :)

0 comments on commit aae5250

Please sign in to comment.