1 Answer
- Newest
- Most votes
- Most comments
1
If the t2.micro doesn't have enough memory then you'll have to uplift the instance type. t2.micro has 1GB memory, t2.small has 2GB, t2.medium has 4GB, and t2.large has 8GB (the latter two will also give you 2 CPUs rather than 1).
Be aware that whatever you choose will be outside of free tier and thus will be chargeable. I'm not sure what the customer service representative means by building usage, the new instance type can be provisioned today and charged to the payment method provided when your AWS account was created.
Full specs and prices can be found at https://aws.amazon.com/ec2/pricing/on-demand/
Relevant content
- asked 3 years ago

RWC, thank you for information.