AWS-ADVDEV - Advanced Developing on AWS

The Advanced Developing on AWS course uses the real-world scenario of taking a legacy, on-premises monolithic application and refactoring it into a serverless microservices architecture. This three-day advanced course covers advanced development topics such as architecting for a cloud-native environment; deconstructing on-premises, legacy applications and repackaging them into cloud-based, cloud-native architectures; and applying the tenets of the Twelve-Factor Application methodology.

Student Testimonials

Instructor did a great job, from experience this subject can be a bit dry to teach but he was able to keep it very engaging and made it much easier to focus. Student
Excellent presentation skills, subject matter knowledge, and command of the environment. Student
Instructor was outstanding. Knowledgeable, presented well, and class timing was perfect. Student

Click here to print this page »

Prerequisites


We recommend that attendees of this course have the following prerequisites:
In-depth knowledge of at least one high-level programming language
Working knowledge of core AWS services and public cloud implementation
Completion of the Developing on AWS course, and then a minimum of 6 months of application of those concepts in a real world environment.

Detailed Class Syllabus


This course covers the following concepts:


- Interfacing with AWS Services
- Deconstructing a monolithic architecture
- Migrating to the cloud
- Creating an infrastructure
- Declare and isolate dependencies
- Storing configuration in the cloud
- Establish a build, release, run model
- Creating the codebase
- Deploying an application
- Evolution of architecture
- Design patterns
- I/O explosion and preventing it
- Microservices