AWS Dev Training Dec 2023

Day 1

URL - https://holidaylandmark.signin.aws.amazon.com/console

AWS Tutorials: How to create AWS ec2 Instance?
https://www.devopsschool.com/blog/how-to-create-aws-ec2-instance/

How to Convert PPK to PEM using Puttygent
How to Convert PPK to PEM using Puttygent
How to Login to Linux Server using Putty?
How to Login to Linux Server using Putty?
How to login linux server of AWS from windows using putty?
How to login linux server of AWS from windows using putty?
How to login linux server using ssh?
How to login linux server using ssh?
Slides https://devopsschool.com/slides/ AWS Tutorial: How to Attach and Mount an EBS volume to EC2 Linux Instance? https://www.devopsschool.com/blog/aws-tutorial-how-to-attach-and-mount-an-ebs-volume-to-ec2-linux-instance/

Day 2

AWS Tutorials: EFS Demo – Working with EFS with EC2 instance
https://www.devopsschool.com/blog/efs-demo-working-with-efs-with-ec2-instance/

AWS Tutorials: EFS Lab
AWS Tutorials: EFS Lab
https://docs.google.com/forms/d/e/1FAIpQLSdVKtvIC-woeDjoYai7iwXAicopNvV4AatnHjMYiyjkfbaCPw/viewform AWS Tutorials: Install and Configure AWS CLI
AWS Tutorials: Install and Configure AWS CLI
AWS Tutorials: AWS S3 Commands Example
AWS Tutorials: AWS S3 Commands Example
Assignment ------------------------------ Create a ec2 instance of ubuntu 20.x with t2.micro using cli.

Day 3

Step 1 - Create a ec2 instance

Step 2 - Create a DB with free trial mysql

Step 3 - Setup Xampp
https://www.devopsschool.com/blog/how-to-configure-xampp-and-wordpress-in-linux/

Step 4 - WordPress 

DONE


Hostname - database-1.cqzcsdssyrik.us-east-1.rds.amazonaws.com
Port 3306
user - admin
password - Hsdjkj344#1213
DB - wordpress

mysql -u admin -h database-1.cqzcsdssyrik.us-east-1.rds.amazonaws.com -p 

devops-at-254420364415
Mmx9t9+CRWOwVdwMCnuCjWKevH1BYtrLxECOIkj9oqw=

Slides - https://devopsschool.com/slides/
Tutorials - https://devopsschool.com/blog
Video - https://www.devopsschool.com/blog/top-4-youtube-channel-for-free-videos-tutorials/
Certificates  - https://devopsschool.com/certificates/
About me - https://rajeshkumar.xyz/

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Pratik K
Pratik K
4 months ago

ec2 –
aws ec2 run-instances –image-id “ami-06aa3f7caf3a30282” –instance-type “t2.micro” –key-name “pk” –tag-specifications ‘{“ResourceType”:”instance”,”Tags”:[{“Key”:”Name”,”Value”:”pk-ubuntu”}]}’

Priston
Priston
4 months ago

aws ec2 run-instances \
  –image-id ami-0fc5d935ebf8bc3bc \
  –count 1 \
  –instance-type t2.micro \
  –key-name LLLL \
  –tag-specifications ‘ResourceType=instance,Tags=[{Key=Name,Value=Priston_ec2_fron_cli}]’

2
0
Would love your thoughts, please comment.x
()
x