Icon close

Top highlights from AWS pre:Invent 2022 we’re most excited about

Author

Every year as we get closer to re:Invent, AWS starts releasing the big items that didn’t quite make the cut for the major announcements. That doesn’t mean these releases are less interesting than what will be released at re:Invent; just that they don’t necessarily fit the narrative for the conference. In fact, some of my favourite announcements in previous years happened during this time. So, with re:Invent now only a couple of days away, let’s look at some of the gifts AWS brought us during pre:Invent.

Regions and more regions!

In the past few weeks, AWS opened not one, not two, but three new Regions! These are in Switzerland, Spain, and a second region for India in Hyderabad. Unfortunately, this is not the Melbourne region we’ve been waiting for but is still a big deal for workloads that can make use of these. It’s important to note that you will have to enable these regions for your accounts before you can use them.

Additionally AWS pre-announced an upcoming region in Bangkok, Thailand. Surprisingly this was not announced on the AWS blog, but instead on the Amazon blog where it’s part of an announcement about investments AWS is making in the region. This also means we don’t have any details on when we can expect this region. Maybe more news will be coming about this at a later date.

As the Melbourne region was estimated to be opened during the 2nd half of 2022, is it likely to be announced during re:Invent? Unfortunately, it’s not very likely as AWS has never announced the opening of a region during re:Invent. However, there is a good record of regions being opened between re:Invent and Christmas, including last year’s Indonesia region, so we might still get to play with our new region this year. And you never know about re:Invent either.

Where are my services?

Have you ever run into a situation where you can’t find something you built, but you know it must be around somewhere in this account? Maybe you just want to be able to easily see a list of all your resources, or in a specific region? Well, that’s where the new AWS Resource Explorer comes into play.

 

You need to enable this service and it can take several minutes for the internal database to be filled, but it doesn’t have any additional charges. Once you have enabled it, you will be able to have a look through your account, filter it by region or type, and get a good overview of what you have. There are a number of ways you can filter this and you can set up specific views as well. And best of all, it finally allows something that I’ve been hoping for since the new search bar was introduced: searching for resources.

Of course, it’s not all perfect and aside from it still being a little limited in the resources it can detect, the main improvement I’d love to see is integration with Organizations so it will work cross-account. Purely based on the first screenshot above, I feel like this is something that will come but will likely take time. All in all though, this is a great new service that will make understanding your AWS resources a little easier.

It's all about the Lambdas

Lambda is the flagbearer for Serverless architectures, and it won’t come as a surprise that there are several interesting announcements. And while support for Node.js 18 is nice, it’s not the kind of thing that makes that much of a difference to how we use it.

The first thing that came out was a new way to retrieve parameters and secrets from your Lambda function. You can now do this by way of calling a URL. This means your application code doesn’t need to load the appropriate AWS SDK which makes for a smaller and faster application.

Then there is the Telemetry API. This is a new way of retrieving logs for Lambda through an extension and replaces using the Logs API. It contains more data and is easier to link to a centralised log collection.

The last one I’ll mention here is a pure development tool. The SAM CLI is a good way to test your Lambda functions locally, but one limitation to it was that you had to use CloudFormation (or specifically SAM) to define your infrastructure. For fans of Terraform, of which there are plenty here at CMD, there is now good news as the SAM CLI now supports Terraform as well.

Simplifying your networks

One announcement that got a number of us excited is CloudFront’s support for continuous deployment. While the name may not sound very exciting, what this allows you to do is set up a staging CloudFront distribution that you can point at your next version or use it to test changes to your Cloudfront configuration. You can then access it either by providing a special header in your calls to do (automated) testing, or send a portion of your traffic to it. This lets you do either a blue/green or canary style deployment. Once you’re satisfied you can then make the staging distribution the main distribution and the deployment is complete.

Another interesting change here is the ability to transfer Elastic IP addresses between your accounts. Over the years best practices have moved from having a single or small number of accounts to a more complex structure of multiple accounts. Moving your applications to other accounts isn’t always easy, and one potential issue is when you have a lot of third-party integrations that have whitelisted IP addresses in your old account. These are usually the Elastic IPs tied to your NAT Gateways.

With the ability to move your Elastic IPs to another account that means this is no longer an issue as those IPs can come to your new account. And in cases where you share those IPs across multiple applications, you can have a setup where you have a dedicated outbound VPC that you route all your outbound traffic through. This can all be tied together using Transit Gateway for a transparent traffic flow.

And speaking of restructuring your accounts, while AWS has a solution for managing your accounts using Control Tower, they have now also released CloudFormation support for managing your Organization structure, including the creation of accounts, management of OUs, and even your various policies like SCPs.

Let's talk security

Security is an important part of any cloud journey, so we’ll look at some of the things we can use from that. First, while it is recommended to use short-lived sessions using IAM roles with some kind of federated access like AWS IAM Identity Center (formerly AWS SSO), if you are using IAM users you can now assign multiple MFA devices to them as well as to the account’s root user. This for example allows you to use either a FIDO security key as well as a token generator like Google Authenticator or Authy to access your account.

If you are using IAM Identity Center, you can now set the maximum duration of CLI and SDK sessions. You could already do this for Console and application access, so this builds on top of that. The maximum duration can be configured to be any amount of time between 15 minutes and 7 days, but it should be noted that if the session for your IdP (for example Okta or Microsoft Exchange) times out, this will also cancel the session.

Some other notable releases in the security space include the ability to set a delegated administration account for CloudTrail, which allows you to have all your centrally managed CloudTrail trails to collate in an account you specify instead of required to go to the Organization’s management account. And another change is that you can now export CloudWatch Logs to SSE-KMS encrypted S3 buckets. Until now you couldn’t do this and instead had to rely on custom solutions to export logs to a bucket protected with a custom key.

Wrapping it up

The above is only a fraction of the 400+ announcements AWS made in the past month, but they do reflect some of the things that I believe may have a positive impact on your usage of AWS. Of course, if you wish to learn how we can help you use these new features you’re welcome to reach out to us. In the meantime I’m looking forward to seeing what re:Invent will bring us next week.

Stay up to date in the community!

We love talking with the community. Subscribe to our community emails to hear about the latest brown bag webinars, events we are hosting, guides and explainers.

Share