Costs created by elastic IP with Dynamo-DB only setup
bootstrapdisruptive opened this issue · 1 comments
Version
5.36.2
Operating System
Win
Browser
Chrome
What are the steps to reproduce this bug?
When installing a Vanialla Webiny with "DynamoDB" Option on eu-west-1 (probably the same for other regions, but I didn't test it),
npx create-webiny-project my-new-project cd my-new-project yarn webiny deploy --env prod
cost of 1,15$ per day for "EC2 other" arise. It created an Elastic IP Address for a network interface "nat_gateway"
When I delete it manually, I it seems like GraphQL is not available anymore - so it seems to be connected to that.
What is the expected behavior?
As with earlier versions, I expect a DynamoDB only installation to not create any EC2 cost.
What do you see instead?
Cost of 1,15$ per day (approx. 35 USD/month)
Additional information
I'm sure I used Webiny last year (unsure about the release number) without any EC2 costs in several projects
Possible solution
No response
Will Webiny implement this feature?
Have you noticed that this is only happening when passing the prod flag?