#aws (2024-11)
Discussion related to Amazon Web Services (AWS)
Discussion related to Amazon Web Services (AWS)
Archive: https://archive.sweetops.com/aws/
2024-11-04
I’ve had some great help on here with database upgrade questions, I put together some thoughts on my journey through aurora mysql upgrades https://www.taccoform.com/posts/blue_green_mysql/
Overview It’s everyone’s favorite task, database upgrade time. I think we’re all afraid of messing up a production database. Some of us have been through the fire and lived to tell about it. Either way, upgrades need to happen and this time is no different. AWS has made a very compelling case to upgrade from mysql 5.7 to 8.0 by introducing extended support for Aurora database clusters. All mysql 5.7 aurora database will be automatically enrolled in extended support at the end of October 2024. After enrollment, you can expect to expect to find new and unpleasant charges on your AWS bill.
2024-11-07
Hey! We were expecting 10k in credits, but got the full 100k. Do you have any cool ideas to monetize them that are legal and compliant? With my service I won’t get close to that in two years, most likely. I guess crypto is very well monitored and out of compliance these days.
you could try to roll your own little Heroku style service. Create an organization and and provision sub-accounts for folks to use the service. Bill them according to the resources they use (easily captured from the billing console using a per service report) and profit. You could even give 50-75% discount on AWS prices and still benefit if you are paying the main bill in AWS credits.
i think the hardest part will be getting folks to use your service and then getting them off the platform once (or raising rates) when all credits are exhausted.
This is not legally binding advice and is only shared for entertainment purposes.
Yeah, thanks but that’s even clearer than crypto on the terms “you shall not resell or rent the credits”
Maybe clone some AI SaaS and buy some ads
OK i didn’t know all the fine print
i guess you could spec our your resources and services to use the highest tier available? Use those big servers that burn $30-40/hr to run a static website.
2024-11-08
2024-11-14
Long live short lived creds
AWS Root Access Managment is here! Kiss that stupid compliance MFA on root finding goodbye!!!
Props to all the folks at AWS that made this possible (and… | 24 comments on LinkedIn |
2024-11-16
Orchestrate the orchestrator! I hope I don’t end up eating KRO for this. https://aws.amazon.com/blogs/opensource/introducing-open-source-kro-kube-resource-orchestrator/
Thoughts?
How can they make this announcement and not even acknowledge https://aws.amazon.com/blogs/containers/aws-controllers-for-kubernetes-ack/
AWS Controllers for Kubernetes (ACK) is a new tool that lets you directly manage AWS services from Kubernetes. ACK makes it simple to build scalable and highly-available Kubernetes applications that utilize AWS services. Today, ACK is available as a developer preview on GitHub. In this post we will give you a brief introduction to the […]
Or explain its relationship to it
From today’s “Last Week in AWS”
A new one-click integration on Application Load Balancer (ALB) to attach an Amazon CloudFront distribution
Discover more about what’s new at AWS with AWS Application Load Balancer announces CloudFront integration with built-in WAF
I have some workloads that are perfect candidates with this. Looking forward to seeing how this is surfaced in Terraform. Meaning, it might already be there but I just haven’t gotten to it yet.
Discover more about what’s new at AWS with AWS Application Load Balancer announces CloudFront integration with built-in WAF
2024-11-17
2024-11-18
2024-11-19
Hey all, I’ve made a blog post about what I was working on yesterday that you may find interesting to do with Python and Pulumi: https://theclouddude.co.uk/the-power-of-input-validation-with-aws-and-python?showSharer=true
Its based on a project I am working on right now at my place of work. I would love your thoughts.
This blog post discusses a programming design concept called Input Validation when working with Classes in Python and Pulumi within AWS.