Anoop Kunjuraman
banner
anoop.kunjuraman.com
Anoop Kunjuraman
@anoop.kunjuraman.com
74 followers 440 following 230 posts
Engineering @ AWS. Views are my own.
Posts Media Videos Starter Packs
Pinned
@unofficial-aws.bsky.social is now live! This (unofficial) bot shares the latest AWS updates on Bluesky, sourced directly from the official AWS RSS feed.

Follow @unofficial-aws.bsky.social for more AWS updates.

#AWS #rust #serverless
New AWS free tier coming on July 15th. No more surprise charges while experimenting on AWS. You get up to $200 in credits and 12 months to spend them. docs.aws.amazon.com/awsaccountbi...
Explore AWS services with AWS Free Tier - AWS Billing
Use AWS Free Tier to try AWS services free of charge.
docs.aws.amazon.com
Reposted by Anoop Kunjuraman
AWS announces up to 45% price reduction for Amazon SageMaker AI instances, including P4 and P5 types, to enable more cost-efficient generative AI model development. Pricing for flexible training plans on Amazon SageMaker HyperPod is also reduced, benefiting customers in non-US Regions.
Announcing price reductions for Amazon SageMaker AI GPU-accelerated instances
aws.amazon.com
Look at that - step functions sneaking in 10x scaling without much fanfare
AWS Step Functions has increased the default quota for state machines and activities from 10,000 to 100,000, enabling greater scalability and flexibility for customers to create and manage more workflows within a single AWS account.
AWS Step Functions now supports 100,000 state machines and activities per AWS account
aws.amazon.com
This is pretty neat. On a similar note, if you want to see how to build a BlueSky RSS bot using Lambda, CDK and Rust see my repo github.com/anoopenginee...
Reposted by Anoop Kunjuraman
Amazon EventBridge Event Bus now allows direct delivery of events to AWS services in another account, enabling improved security, streamlined processes, and reduced costs. This feature simplifies architecture by eliminating the need for intermediary resources.
Amazon EventBridge announces direct delivery to cross-account targets
aws.amazon.com
Amazing feature
AWS announces multi-session support, allowing customers to access up to 5 AWS accounts in a single browser. This feature enables managing resources across different environments and troubleshooting application issues more efficiently.
The AWS Management Console now supports simultaneous sign-in for multiple AWS accounts
aws.amazon.com
I think this is the first time that Q has built official integration with a third party service? With this you can get cloudzero insights from Q without leaving AWS console.
Amazon Q Developer now integrates with CloudZero's cloud cost optimization platform, allowing users to access cost insights and billing information directly in the AWS Management Console. CloudZero is a leader in proactive cloud cost efficiency, automating cost analysis to uncover savings…
Amazon Q Developer plugin for CloudZero is now generally available
aws.amazon.com
This is nice. In addition to the currencies already supported, AWS US customers can pay in Chilean Peso (CLP), Colombian Peso (COP), and Uruguayan Peso (UYU). AWS Europe customers can pay in Egyptian Pound (EGP), Nigerian Naira (NGN), Polish Zloty (PLN), Romanian Leu (RON), Ukrainian Hryvnia (UAH).
AWS customers can now pay in additional local currencies, reducing foreign exchange costs and payment friction. To change your payment currency, go to the Billing and Cost Management page, select Payment Preferences, and choose your preferred currency.
AWS now accepts payments in 8 new local currencies
aws.amazon.com
When you deserialize JSON like {"type": "message"}, the field maps cleanly to r#type in your Rust code. Useful for interop, though highly discouraged in normal Rust code!

#rust #rustlang​​​​​​​​​​​​​​​​
This is true! This is how you use keywords as identifiers in Rust - with raw identifiers (r#). It's useful when working with external data formats that use keywords as field names:

```rust
#[derive(Deserialize)]
struct Message {
r#type: String, // maps to JSON "type" field

}
```
#rustlang
TIL #golang cannot escape keywords and use them as variable names, but #rustlang #rust can, although it is discouraged.
TIL: you can quickly switch between accounts by long pressing your profile pic (bottom right) in bluesky app.

This has made working on @unofficial-aws.bsky.social bot so much easier.

#bluesky #bsky #atproto
In classic New York style, it’s authentically located in New Jersey.

aws.amazon.com/about-aws/gl...
NYC gets its own AWS local zone today
AWS launches a new Local Zone in New York City, offering low-latency compute, storage, and other services for applications like gaming, media, and finance. Local Zones are available in 17 US and 17 global metro areas, enabling low-latency delivery to end users worldwide.
Announcing the general availability of a new AWS Local Zone in New York City
aws.amazon.com
Claude wins in accuracy here
Reddit is running their experimental AI feature called “Answers” and it is giving inaccurate answers. The right answer here is that users can use RIs along with SPs and the behavior is documented here:

docs.aws.amazon.com/savingsplans...
This is a nice addition to WAF
AWS WAF's console dashboard now includes richer visualizations that provide insights into the top sources of traffic. Customers with CloudWatch logging destinations can view a new top insights section within the all traffic dashboard, enabling better understanding of their security…
AWS WAF Console adds new Top Insights Visualizations
aws.amazon.com
AWS Application Discovery Service now supports IPv6 addresses, enabling customers to discover on-premises server inventory for cloud migration. The move to IPv6 increases available addresses, reducing the need to manage overlapping address spaces in VPCs. The new dual-stack domains are…
AWS Application Discovery Services now supports IPv6 endpoints
aws.amazon.com
@unofficial-aws.bsky.social is now live! This (unofficial) bot shares the latest AWS updates on Bluesky, sourced directly from the official AWS RSS feed.

Follow @unofficial-aws.bsky.social for more AWS updates.

#AWS #rust #serverless
Special thanks to @calavera.dev for Cargo Lambda!