Iam new to AWS and iam tryin to find a good way for backing up my EC2 Instance.
I would like to run an application on my ec2 isntance with a database. Exactly, my application and also my database would run on the ec2 instance. My question is now whether it is useful at this point to use AWS EBS and to make snapshots of the instance storage for a backup or should I configure the database on a seperate instance with multi availability zones enabled ?
How to backup a ec2 instance in general?
do I have to use a redundant database on an external server? or is it possible to make snapshots and put them on ebs?