{"id":1799,"date":"2019-10-14T17:16:13","date_gmt":"2019-10-14T04:16:13","guid":{"rendered":"http:\/\/www.helenanderson.co.nz\/?p=1799"},"modified":"2020-04-24T14:27:36","modified_gmt":"2020-04-24T02:27:36","slug":"free-aws-services","status":"publish","type":"post","link":"https:\/\/helenanderson.co.nz\/free-aws-services\/","title":{"rendered":"Free AWS services"},"content":{"rendered":"\n

Getting your head around how to optimise costs is part of studying for the AWS Certifications<\/a>. But did you know there are services which have no cost<\/a> at all?<\/p>\n\n\n\n

I’ve been studying with Andrew Brown<\/a> over on ExamPro<\/a> where he mentioned this is something that sometimes comes up in exam questions.<\/p>\n\n\n\n

This post is going introduce eight of those services, what they are useful for and situations when you will get charged.<\/p>\n\n\n\n


\n\n\n\n

Identity Access Management<\/a>
Amazon VPC<\/a>
Auto Scaling<\/a>
CloudFormation<\/a>
OpsWorks<\/a>
Organisations and Consolidated Billing<\/a>
CodeStar<\/a>
Elastic Beanstalk<\/a>
Getting Started<\/a><\/strong><\/p><\/blockquote>\n\n\n\n


\n\n\n\n

Identity Access Management<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

IAM<\/a> lets you control access to your AWS services and and resources.<\/p>\n\n\n\n

You can create Users with security credentials or temporary security credentials<\/a> to provide the access to services.<\/p>\n\n\n\n

Access can be managed with Roles and Policies<\/a>. Users are then assigned Roles making it easier to define who has access to what.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

While you are not charged for IAM itself you will be charged for the services your Users spin up.<\/p>\n\n\n\n

Make sure you have a plan for who gets access to what by using the Policy Simulator<\/a> which is also offered at no charge by AWS.<\/p>\n\n\n\n


\n\n\n\n

Amazon VPC<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

VPC<\/a> is a network within your AWS account that holds your AWS services. Think of it as your own data centre.<\/p>\n\n\n\n

You decide how big it needs to be by assigning a range of IP addresses. This is called a CIDR block (Classless Inter-Domain Routing) and it allows us to track and restrict the sort of traffic and users who can access our instances.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

Your VPC is easily customisable<\/a>. You can add NAT Gateways, Traffic Mirroring, Site-to-Site VPN connections, PrivateLink, then add Servers<\/a>, Databases<\/a> and other services as you wish.<\/p>\n\n\n\n

All these come at a cost<\/a>. Use the AWS Cost Explorer<\/a> to make sure you know how much.<\/p>\n\n\n\n


\n\n\n\n

Auto Scaling<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

Auto Scaling<\/a> helps keep applications highly available by letting you add or remove EC2 instances<\/a> based on rules you set up.<\/p>\n\n\n\n

This can be made even easier with Dynamic Scaling that responds to changing demand, and Predictive Scaling that scales automatically.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

While this service is free of charge, the cost of the EC2<\/a> you are running is paid for with the Dedicated, On-Demand, Reserved Instances, and Spot pricing models<\/a>.<\/p>\n\n\n\n


\n\n\n\n

CloudFormation<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

AWS CloudFormation<\/a> lets you set up resources in an orderly and predictable way using sample templates, or create your own to match your use case.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

There is no additional charge for CloudFormation but you will pay for the resources you create. Use the Total Cost of Ownership Calculator<\/a> and the CloudFormation Designer<\/a> so you know what you will be charged for.<\/p>\n\n\n\n


\n\n\n\n

OpsWorks<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

AWS OpsWorks<\/a> is a service that allows you to use code to automate the configurations of your servers. OpsWorks has three offerings – Opsworks for Chef, OpsWorks for Puppet Enterprise, and OpsWorks Stacks.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

While you won’t pay for OpsWorks itself, you will pay for the resources as if you created them manually.<\/p>\n\n\n\n


\n\n\n\n

Organisations and Consolidated Billing<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

AWS Organisations<\/a> offers management for multiple AWS
accounts. You can apply and manage policies across multiple accounts without having to do this manually. Organisations also help with billing and you can set up one payment method for all your AWS accounts.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

This service does not have a charge but services you create will. Check out the Total Cost of Ownership Calculator<\/a> to see the complete picture of the costs across all Accounts.<\/p>\n\n\n\n


\n\n\n\n

CodeStar<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

AWS CodeStar<\/a> lets you manage the software development process all in one place so your team can collaborate and release code faster. Each project comes with a a dashboard and integration with Jira.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

Like CloudFormation, there is no charge for CodeStar itself, but you will be charged for the resources you use in your projects.<\/p>\n\n\n\n


\n\n\n\n

Elastic Beanstalk<\/h2>\n\n\n\n

What is it?<\/strong><\/p>\n\n\n\n

AWS Elastic Beanstalk<\/a> is a service used to deploy web apps. Upload your code, and AWS Elastic Beanstalk handles the deployment, load balancing and autoscaling.<\/p>\n\n\n\n

When might I be charged?<\/strong><\/p>\n\n\n\n

You won’t pay to use AWS Elastic Beanstalk but you do pay for the services deployed. To get started, check out the documentation<\/a> and cost guidelines to estimate how much you will be charged for your project<\/a>.<\/p>\n\n\n\n


\n\n\n\n

Getting Started<\/h2>\n\n\n\n

If you are getting started with AWS, explore the Free Tier<\/a> for more information on which services are included. Even if you are no longer in the Free Trial period there are services which are Always Free so it’s worth a look.<\/p>\n\n\n\n

To see usage activity by service and region explore the Billing and Cost Management Dashboard and Trusted Advisor<\/a>. This service analyses your AWS environment and provides best practice recommendations to optimise cost, performance and service limits.<\/p>\n\n\n\n


\n\n\n\n

Photo by\u00a0Jill Wellington<\/a><\/strong>\u00a0from\u00a0Pexels<\/a><\/strong> <\/p>\n","protected":false},"excerpt":{"rendered":"

Getting your head around costs is part of studying for AWS Certifications. But did you know there are services which have no cost at all?<\/p>\n","protected":false},"author":1,"featured_media":2518,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"Layout":""},"categories":[11],"tags":[173,178,191,192],"yoast_head":"\nFree AWS services | Helen Anderson<\/title>\n<meta name=\"description\" content=\"Getting your head around costs is part of studying for AWS Certifications. But did you know there are services which have no cost at all?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/helenanderson.co.nz\/free-aws-services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free AWS services | Helen Anderson\" \/>\n<meta property=\"og:description\" content=\"Getting your head around costs is part of studying for AWS Certifications. But did you know there are services which have no cost at all?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/helenanderson.co.nz\/free-aws-services\/\" \/>\n<meta property=\"og:site_name\" content=\"Helen Anderson\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-14T04:16:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-24T02:27:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/helenanderson.co.nz\/wp-content\/uploads\/2019\/10\/free-aws-services-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"853\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@helenanders26\" \/>\n<meta name=\"twitter:site\" content=\"@helenanders26\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"4 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/helenanderson.co.nz\/#website\",\"url\":\"https:\/\/helenanderson.co.nz\/\",\"name\":\"Helen Anderson\",\"description\":\"Data Analyst | Technical Writer\",\"publisher\":{\"@id\":\"https:\/\/helenanderson.co.nz\/#\/schema\/person\/4677a271385757403307fb29bd14d7bf\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/helenanderson.co.nz\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-NZ\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#primaryimage\",\"inLanguage\":\"en-NZ\",\"url\":\"https:\/\/helenanderson.co.nz\/wp-content\/uploads\/2019\/10\/free-aws-services-1.jpg\",\"width\":1280,\"height\":853,\"caption\":\"free-aws-services\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#webpage\",\"url\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/\",\"name\":\"Free AWS services | Helen Anderson\",\"isPartOf\":{\"@id\":\"https:\/\/helenanderson.co.nz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#primaryimage\"},\"datePublished\":\"2019-10-14T04:16:13+00:00\",\"dateModified\":\"2020-04-24T02:27:36+00:00\",\"description\":\"Getting your head around costs is part of studying for AWS Certifications. But did you know there are services which have no cost at all?\",\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/helenanderson.co.nz\/free-aws-services\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#webpage\"},\"author\":{\"@id\":\"https:\/\/helenanderson.co.nz\/#\/schema\/person\/4677a271385757403307fb29bd14d7bf\"},\"headline\":\"Free AWS services\",\"datePublished\":\"2019-10-14T04:16:13+00:00\",\"dateModified\":\"2020-04-24T02:27:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#webpage\"},\"publisher\":{\"@id\":\"https:\/\/helenanderson.co.nz\/#\/schema\/person\/4677a271385757403307fb29bd14d7bf\"},\"image\":{\"@id\":\"https:\/\/helenanderson.co.nz\/free-aws-services\/#primaryimage\"},\"keywords\":\"aws,finance,iam,vpc\",\"articleSection\":\"AWS\",\"inLanguage\":\"en-NZ\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/helenanderson.co.nz\/#\/schema\/person\/4677a271385757403307fb29bd14d7bf\",\"name\":\"Helen Anderson\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/helenanderson.co.nz\/#personlogo\",\"inLanguage\":\"en-NZ\",\"url\":\"https:\/\/helenanderson.co.nz\/wp-content\/uploads\/2019\/11\/helen-anderson-profile-selects-FA-1000.jpg\",\"width\":1000,\"height\":1000,\"caption\":\"Helen Anderson\"},\"logo\":{\"@id\":\"https:\/\/helenanderson.co.nz\/#personlogo\"},\"description\":\"Hi, I'm Helen. I'm a data analyst, technical writer, and AWS Data Hero. I interpret the story behind the numbers, build data applications, and grow analyst and developer communities - currently at Kiwibank.\",\"sameAs\":[\"http:\/\/www.helenanderson.co.nz\/\",\"https:\/\/www.instagram.com\/helenanders26\/\",\"https:\/\/www.linkedin.com\/in\/helenanders26\/\",\"https:\/\/twitter.com\/helenanders26\",\"https:\/\/www.youtube.com\/channel\/UCttVhJizwkhgmMlDBMUE0wQ\"]}]}<\/script>\n","_links":{"self":[{"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/posts\/1799"}],"collection":[{"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/comments?post=1799"}],"version-history":[{"count":8,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/posts\/1799\/revisions"}],"predecessor-version":[{"id":2864,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/posts\/1799\/revisions\/2864"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/media\/2518"}],"wp:attachment":[{"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/media?parent=1799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/categories?post=1799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/helenanderson.co.nz\/wp-json\/wp\/v2\/tags?post=1799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}