0% found this document useful (0 votes)
17 views

Cloud Computing

cloud computing ppt

Uploaded by

babajanshaheena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Cloud Computing

cloud computing ppt

Uploaded by

babajanshaheena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

R L Jalappa Polytechnic

PRESENTATION ON PROJECT

Presented by
AYESHA SIDDIQ
(599CS22005)
Deployment Overview
What is Code Deploy?
AWS Code Deploy is a fully managed deployment service that automates
application deployment to Amazon EC2 instances. It ensures efficient and
easy deployments with minimal downtime.

Deployment Process Steps


The deployment process includes stages like creation of the
deployment group, specifying the application, and selecting
deployment configurations. Each step is crucial for seamless
execution.

Benefits of using Code Deploy


Code Deploy helps in rolling back to previous versions automatically if a
deployment fails. It supports integrations with other AWS services and
provides detailed monitoring and logging features.

Photos provided by Unsplash


AWS Code Deploy on EC2
Login in into your AWS Account

Select renamed instance click on connect


Run the . RDB file Click on connect

Now start transfer required files to Server OS


Frontend Code Integration

Testing Frontend Changes


Code Deploy can incorporate testing
procedures to ensure frontend changes do not
break functionality. This proactive approach
ensures stability in user interfaces.

Static Assets Management


Frontend applications often rely on static
assets like HTML, CSS, and JS files. Code
Deploy simplifies the update process for
these files during deployments.
Backend Code Integration

API Deployment Management


Backend APIs are essential for frontend
communication.

Database Migrations
Often, backend deployments involve database
changes.

Error Handling and Logging


With every deployment, error handling is critical.
Using Code Deploy, developers errors efficiently,
enhancing overall backend stability.

Photos provided by Unsplash

You might also like