How do I connect EBS to ECS Fargate?

I am trying to connect the same EBS to multiple ECS instances running on Fargate. I have a Docker container of my app, the ECS Task and ECS Service are working as expected, but I can’t find any way to connect EBS to the ECS Task. Note: The app instances synchronize writes through a common… Read More How do I connect EBS to ECS Fargate?

What happens to my EC2 instance data (EBS) when I stop the instance?

Initially I have created an instance and installed HTTPD package in it. Then I stopped it and later started it. Public IP is changed. HTTPD is still actively running. My doubt is, with this change in Public IP was I allocated a different instance(VM) but with previous EBS? Please Help! Thankyou. >Solution : No, you… Read More What happens to my EC2 instance data (EBS) when I stop the instance?