DEV Community

Harinivas. M
Harinivas. M

Posted on

1

Copying a file from Ec2 to S3 using PuTTy software

1.Download Putty software with proper version
Image description

2.Install the Putty software
Image description

3.Create a EC2 instances
Update the security group inbound rules.
Image description

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.

Image description

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.

Image description

8. We need to add previous details.txt file to s3 .so, we use aws s3 cp details.txt s3://(bucket name)/

Image description
9.Go and verify it, In s3 files is uploaded finally.

Image description

10. Cost Management
More amount of cost will be used at the time of roles and instances, so we can delete the created things.

Image description

Flowchart Diagram :

Image description

Image of AssemblyAI tool

Challenge Submission: SpeechCraft - AI-Powered Speech Analysis for Better Communication

SpeechCraft is an advanced real-time speech analytics platform that transforms spoken words into actionable insights. Using cutting-edge AI technology from AssemblyAI, it provides instant transcription while analyzing multiple dimensions of speech performance.

Read full post

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay