sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#AWSCommunity

0 Beiträge0 Beteiligte0 Beiträge heute
Andreas Wittig<p>❓How would you monitor a workflow executed by 3rd party system?</p><p>I've implemented a solution with Step Functions, Lambda, DynamoDB, and API Gateway. I am eager to hear other ideas and feedback. 👇</p><p><a href="https://cloudonaut.io/aws-step-functions-how-to-orchestrate-workflows-waiting-for-3rd-parties/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloudonaut.io/aws-step-functio</span><span class="invisible">ns-how-to-orchestrate-workflows-waiting-for-3rd-parties/</span></a></p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>serverless</span></a></p>
Andreas Wittig<p>❓ Did you know, that the Lambda runtimes do not include the latest AWS SDKs? For example, the Lambda runtime node22.x comes with the AWS Node.js SDK version 3.774.0 which was released about two months ago.</p><p>I did not expect that. Wanted to use a new feature which is not possible with the dated SDK version.</p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>serverless</span></a></p>
Sarcasm is all I have Left<p>I would appreciate a little help. I'm TammyGentzel@awscommunity.social. My server is not responding. Does anyone know what is wrong with it? <a href="https://mastodon.social/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://mastodon.social/tags/help" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>help</span></a> <span class="h-card" translate="no"><a href="https://social.growyourown.services/@FediTips" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>FediTips</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@Mastodon" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Mastodon</span></a></span></p>
Andreas Wittig<p>⚠️ Stumbling block when migrating from Amazon Linux 2 to Amazon Linux 2023:</p><p>/tmp is no longer mawscommunitye root volume but on tmpfs. As tmpfs stores files in memory, the maximum size of /tmp is determined by the EC2 instance type’s memory capacity.</p><p>Either avoid storing large files under /tmp or disable tmpfs for /mnt by using the following commands:</p><p>sudo systemctl mask tmp.mount<br>sudo systemctl stop tmp.mount</p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a></p>
Andreas Wittig<p>What's your preferred method to move data between DynamoDB tables? For example, when moving DynamoDB tables to another account. Bonus points for methods, that work with IaC tools like Terraform.</p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/dynamodb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dynamodb</span></a></p>
Andreas Wittig<p>Compared to the CDK the cfn-modules are very simple to use. It's just a suite of CloudFormation templates that you stick together with nested stacks. npm is used to install and update the modules.</p><p>Check it out!<br>👉 <a href="https://github.com/cfn-modules/docs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/cfn-modules/docs</span><span class="invisible"></span></a></p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/cloudformation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudformation</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p><p>🧵(2/2)</p>
Andreas Wittig<p>2️⃣ Terraform/OpenTofu/CloudFormation/CDK state will be broken after the upgrade as Aurora Serverless v2 requires a ServerlessV2ScalingConfiguration as well as a separate DB instance of type db.serverless.</p><p>🧐 Double check that you have migrated all Aurora Serverless v1 cluster to v2!</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p><p>🧵 (2/2)</p>
Andreas Wittig<p>Didn't AWS announce to shut down Aurora Serverless v1 at the end of the year?</p><p>Strangely, no hints can be found in the documentation. And it is still possible to create Serverless v1 clusters.</p><p>Did I miss anything?</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p>
Jason Butz<p>Since AWS added Lambda support to AWS FIS, I've been experimenting with it and have been impressed with what it can enable. You may have heard of Netflix's Chaos Monkey, but there is more than that to chaos engineering.</p><p>Check out this blog post, where I touch on chaos engineering and dig into AWS FIS's Lambda support.</p><p><a href="https://dev.to/aws-builders/chaos-engineering-with-aws-fis-and-lambda-2b7o" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.to/aws-builders/chaos-engi</span><span class="invisible">neering-with-aws-fis-and-lambda-2b7o</span></a></p><p><a href="https://hachyderm.io/tags/aws" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws</span></a> <a href="https://hachyderm.io/tags/awsCommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awsCommunity</span></a> <a href="https://hachyderm.io/tags/chaosEngineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>chaosEngineering</span></a> <a href="https://hachyderm.io/tags/serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>serverless</span></a></p>
Andreas Wittig<p>🧠 But, ElastiCache Serverless requires the clients/applications to support Valkey/Redis in cluster mode. Also, connections are TLS only.</p><p>✋ That's a blocker for some legacy applications. At least, I failed to get Mastodon and Sidekiq working on ElastiCache powered by Valkey. (2/2)</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p>
Danilo Poccia<p>💻 Open Source Frameworks for Building Generative AI Applications 💻</p><p>Here’s a collection showcasing popular open source frameworks for building cutting-edge AI applications and their integration with Amazon Bedrock, making it easier than ever to develop powerful AI solutions. Here's what you'll find:</p><p>🔗 Repository: <a href="https://github.com/danilop/oss-for-generative-ai" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/danilop/oss-for-gen</span><span class="invisible">erative-ai</span></a></p><p><a href="https://awscommunity.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://awscommunity.social/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> <a href="https://awscommunity.social/tags/GenerativeAI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GenerativeAI</span></a> <a href="https://awscommunity.social/tags/MachineLearning" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MachineLearning</span></a> <a href="https://awscommunity.social/tags/AWS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AWS</span></a> <a href="https://awscommunity.social/tags/AWSCommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AWSCommunity</span></a></p>
Andreas Wittig<p>❓ Is there a way to access the historical spot prices of AWS Fargate?</p><p>If yes, where and how?<br>If not, why?</p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a></p>
Andreas Wittig<p>What happened to the AWS What's New RSS feed? Seems like the feed stopped working on June 12th. Anyone else experiencing the same issue?</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/awsnews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awsnews</span></a></p>
Andreas Wittig<p>🤔 I wonder why AWS doesn't make any public announcements when services and features are turned off.</p><p>For example, I did not notice that AWS stopped supporting EC2 Spot Blocks in 2022. I checked the AWS news feed and could not find any announcements about the discontinuation.</p><p>😠 This practice makes it hard to stay up to date with the possibilities of the platform.</p><p>❓Are you aware of similar examples?</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p>
Andreas Wittig<p>Writing unit tests for AWS JavaScript SDK v3 code is crucial, but challenging without mocking. My latest blog post shows how aws-sdk-client-mock simplifies this process, allowing easy mocking of AWS SDK clients. Learn to write simple, reliable unit tests for your AWS SDK v3 code today.</p><p>👉 Read blog post: <a href="https://cloudonaut.io/how-to-unit-test-aws-javascript-sdk-v3/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloudonaut.io/how-to-unit-test</span><span class="invisible">-aws-javascript-sdk-v3/</span></a></p><p><a href="https://social.cloudonaut.io/tags/AWS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AWS</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://social.cloudonaut.io/tags/UnitTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UnitTesting</span></a></p>
Andreas Wittig<p>😂 “Today, customers can start building applications in any existing Region and simply move them to the AWS European Sovereign Cloud when the first Region launches in 2025.” (<a href="https://aws.amazon.com/blogs/security/aws-plans-to-invest-e7-8b-into-the-aws-european-sovereign-cloud-set-to-launch-by-the-end-of-2025/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">aws.amazon.com/blogs/security/</span><span class="invisible">aws-plans-to-invest-e7-8b-into-the-aws-european-sovereign-cloud-set-to-launch-by-the-end-of-2025/</span></a>)</p><p>awscommunityoads to another region is tricky and time consuming!</p><p>⚠️ data migrations<br>⚠️ unsupported services/features<br>⚠️ unknown pricing<br>⚠️ resource constraints within the first months</p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> 🇪🇺☁️</p>
Andreas Wittig<p>🔥 New blog post: Tidying up after failed Terraform tests</p><p>Automated tests are making their way into Infrastructure as Code projects. Recently, I’ve implemented tests with Terraform’s test framework which was released in October 2023. However, I ran into the issue that Terraform could not remove all AWS resources at the end of the test under rare circumstances.</p><p><a href="https://cloudonaut.io/tidying-up-after-failed-terraform-tests/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloudonaut.io/tidying-up-after</span><span class="invisible">-failed-terraform-tests/</span></a></p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/terraform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terraform</span></a> <a href="https://social.cloudonaut.io/tags/opentofu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opentofu</span></a></p>
Andreas Wittig<p>❓Who is attending AWS Summit in Berlin next week?</p><p><a href="https://social.cloudonaut.io/tags/awssummit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awssummit</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a></p>
Andreas Wittig<p>🆕 As we recently built HyperEnv for GitHub Actions Runner, I was curious to look into a new feature announced by AWS yesterday: AWS CodeBuild now supports managed GitHub Action runners.</p><p>🏎️ CodeBuild executes a GitHub workflow in about 50 seconds. That's fast, compared to HyperEnv which takes about 70 seconds. The difference might be caused by a difference in pre-installed packages and services.</p><p>(1/3)</p><p><a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a> <a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://social.cloudonaut.io/tags/githubactions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubactions</span></a></p>
Andreas Wittig<p><span class="h-card" translate="no"><a href="https://social.cloudonaut.io/@michael" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>michael</span></a></span> and I are gonna discuss the following topics in today's show:</p><p>☁️ Moving / copying large files in S3 quickly: Step Functions + Lamdba<br>☁️ Automated dependency updates: renovate<br>☁️ AWS News: DynamoDB resource policies, custom container images for CodeBuild Lambda, CloudFormation ChangeSets, ...</p><p>Join the livestream!<br><a href="https://www.youtube.com/watch?v=b9i9Ab5HlY4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=b9i9Ab5HlY</span><span class="invisible">4</span></a></p><p><a href="https://social.cloudonaut.io/tags/awscommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awscommunity</span></a> <a href="https://social.cloudonaut.io/tags/AmazonWebServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AmazonWebServices</span></a></p>