Тёмный

AWS - RDS MySQL 

AWS with Chetan
Подписаться 89 тыс.
Просмотров 19 тыс.
50% 1

[For classroom training visit awstrainingcent...]
1. Create a VPC, Internet Gateway
2. Create 1 Public subnet and 2 private subnets in different AZs
3. Go to RDS - Create DB Subnet group and add above 2 private subnets
4. Launch MySQL instance (db.t2.micro, Single AZ)
5. Go to RDS Security group and allow port 3306 access to VPC CIDR
6. Launch EC2 instance in Public Subnet with SSH (22) access for your IP
7. Login to EC2 over SSH and execute following commands (use your details)
$ sudo yum install mysql
$ mysql -h "your db instance endpoint" -P 3306 -u master -p
$ show databases;
$ use rds;
$ create table awstraining (name VARCHAR(30), batch INT(2), phone VARCHAR(10), email VARCHAR(30));
$ insert into awstraining values ('Chetan', 3, '9x2x5x3x6x', 'awstrainingcenter@gmail.com');
$ select * from awstraining;
If you like my videos, please check out my content at www.awswithche...
Happy learning !
~Chetan
Email: awswithchetan@gmail.com

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@madhaiyanm4036
@madhaiyanm4036 3 года назад
very good and useful. Thanks
@synchronizingsynchronize3066
@synchronizingsynchronize3066 3 года назад
great explanation
@BuildMasterPro
@BuildMasterPro 3 года назад
Very helpful sir 👍👍👍
@davidpage9910
@davidpage9910 3 года назад
Great video and demonstration. Thank you again.
@indranilgoswami1500
@indranilgoswami1500 4 года назад
Very informative . Excellent work. Thanks
@ArunKumar-pm6fn
@ArunKumar-pm6fn 3 года назад
Nice video bro and very informative. Keep it up..;-)
@prashastbhatnagar8995
@prashastbhatnagar8995 2 года назад
Faad diye bhaiya ji
@prithivirajguna8337
@prithivirajguna8337 3 года назад
Please put video on oracle database in aws
@arrestedmoments667
@arrestedmoments667 5 лет назад
Make video to connect aws rds from local desktop
@mehdi-lp6kd
@mehdi-lp6kd 3 года назад
can you please share the powerpoints? many thanks
@eimaisklhros
@eimaisklhros 4 года назад
Are all these belong to the field of DevOps, or a -backend- developer should know these in details as well? I'm a junior backend and I want to know the concepts of the cloud and infrastructure, however I'm not sure if I should know these in this level of detail.
@ashwanisharma5791
@ashwanisharma5791 4 года назад
Hello Sir, it is very useful video for me ... Thanks for upload such videos... But unfortunately i am not able to download this video.... can you please do something for that ?
@thestart709
@thestart709 4 года назад
What is the purpose of two subnets from different AZ which you use as subnet groups on creating DB?
@kiruthikal5910
@kiruthikal5910 4 года назад
Good job sir
@zedler12
@zedler12 3 года назад
Dont we need the nat gateway for the private subnet
@AWSwithChetan
@AWSwithChetan 3 года назад
NAT is required only if instances in private subnets required outbound internet access. RDS is managed service and aws takes care of installing patches etc. You don’t need NAT gateway for RDS.
Далее
Intro to RDS in AWS for MySQL
19:31
Просмотров 14 тыс.
AWS VPC Peering
25:33
Просмотров 14 тыс.