PROFILE SUMMARY
Versatile professional with background in managing cloud environments, seeking to transition into new field. Developed skills in cloud architecture and security within dynamic tech environment. Prepared to leverage cloud management expertise to contribute effectively in new role.
LINUX
CCIE - Cisco Certified Internetwork Expert
This workshop is a hands-on walk through of a three-tier web architecture in AWS. We will be manually creating the necessary network, security, app, and database components and configurations in order to run this architecture in an available and scalable manner.
In this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx web servers that are configured to serve a React.js website and redirects our API calls to the application tier's internal facing load balancer. The internal facing load balancer then forwards that traffic to the application tier, which is written in Node.js. The application tier manipulates data in an Aurora MySQL multi-AZ database and returns it to our web tier. Load balancing, health checks and autoscaling groups are created at each layer to maintain the availability of this architecture.
This application should allow users to create , read, delete and update items in DynamoDB table