Download all the code

0

I am new to AWS, and I am in the process of closing the account, but before that I need to download all the code that previous developers did for me. How can I download a copy of all the info in my PC?

CindyN
asked 2 years ago380 views
1 Answer
1

There is hardly any information provided to understand where the code resides. As long as you know where the code resides, there would be a way to retrieve it. Eg.

  1. If it's committed in Codecommit, you can surely checkout the code.

  2. If the code is saved on the EC2 instances, then you need to connect to the instances and copy out the code from the directories they are saved it. If you were using container and ECR, then you can pull the images to your local machine

--Syd

profile picture
Syd
answered 2 years ago
profile pictureAWS
EXPERT
Chris_G
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions