У нас вы можете посмотреть бесплатно Demo - Deploy Dynamic Website (LAMP Stack) on AWS from Scratch или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this project, I provisioned the following Cloud Infrastructure using AWS Console: VPC Internet gateway (then attached to the VPC) 5 Security Groups 6 Subnets (private and public) across 2 availability zones for high availability NAT Gateway (came together with an Elastic IP) 2 Route Tables (private and public) RDS Database (MYSQL) Database password automatically generated by AWS Secret Manager IAM Policy attached to an IAM role S3 bucket to store the PHP application code, MySQL dump file 2 EC2 Amazon Linux instances (one for data migration to the database, the other for hosting the PHP application). Target Group Load balancer 1. I installed FLYWAY on an EC2 instance and used it to migrate data to the database 2. I installed Apache web server on the EC2 instance used to deploy the application 3. I used two Bash Scripts in this project. 1. data-base migration script 2. deployment script.