Stopping presence on AWS for a while. What backups to do so we can restore our presence later?

0

We intend to completely stop our presence on AWS for a while but we would like to come back. How should we best backup our EC2s and other data so that we can restore everything at a later point?

Thanks in advance for any pointers!

regards, g

gj
gefragt vor 3 Monaten124 Aufrufe
2 Antworten
1
Akzeptierte Antwort

Hello.

With EC2 and RDS, by creating a snapshot etc. and then deleting the instance, you can use that data when you want to restore it later.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html

Also, outputting AWS resource configuration data to a CloudFormation template should be useful when you want to use AWS again.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html

profile picture
EXPERTE
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor 2 Stunden
0

Thank you for your response!

gj
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen