I am using AWS EC2 free tier now.
I deleted EC2 instances but my billing dashboard shows current usage space is 11 GB-MO
.
Here is my billing dashboard image.
And here is EC2 dashboard.
Can any one help me how to clean instance?
Thank you
I have one main domain basicdomain.com
;
About 100 domains's CNAME are pointing to that main domain.
domain1.com, domain2.com, ... domain100.com
All domains will show basicdomain.com contents.
I am using AWS S3 for assets storage and I set basicdomain.com
's CNAME to point to s3.amazonaws.com
.
So when I hit basicdomain.com/directory/filename.png
it is showing AWS S3 's image s3.amazonaws.com/directory/filename.png
.
And for other urls in basicdomain.com
, it worked well as normal.
Problem:
I want to see AWS S3 image when I hit domain1.com/directory/filename.png
. When I hit that, it shows 404 error.
Is there any solution for this? If It can be done without changing CNAMEs for 100 domains, that's what I want.