Best of AWSMay 2024

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP113: AWS Services Cheat Sheet

    AWS Services Cheat Sheet is a helpful visual aid for navigating AWS's expansive landscape and identifying the right tools for cloud-based endeavors.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Dotenv

    dotenv-vault is a secrets manager that syncs .env files between machines, environments, and team members. It works with a single command, supports multiple environments, and integrates everywhere. Teams love using dotenv-vault for keeping their secrets safe.

  3. 3
    Article
    Avatar of devtoDEV·2y

    How to deploy your own website on AWS

    Learn how to deploy your own website on AWS. Own the code and control it as you see fit. Understand DNS and Route53. Use DevOps to solve automation issues.

  4. 4
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Setting Up a CI/CD Pipeline Using AWS and Jenkins: Beginner’s Guide

    Learn how to set up a CI/CD pipeline using AWS and Jenkins with Maven. The pipeline consists of a CI instance, CD instance, and S3 bucket. Jenkins is connected to GitHub via webhooks for triggering builds. Maven is used for building automation. The built package is deployed to an S3 bucket and continuously monitored by the CD instance for deployment to the production environment. The deployment status is displayed using CD EC2 CLI.

  5. 5
    Video
    Avatar of communityCommunity Picks·2y

    Top 50+ AWS Services Explained in 10 Minutes

    Learn about over 50 different AWS products and services, including AWS services for building robots, options for deploying WordPress sites, and the different database options available.

  6. 6
    Article
    Avatar of substackSubstack·2y

    S3 Is Showing Its Age

    S3 is falling behind its competitors in terms of features such as compare-and-swap operation, multi-region buckets, and object appends. These missing features are becoming a bigger problem as new infrastructure relies on object storage as the primary persistence layer. The decision to abandon or embrace S3 depends on the system's use cases and design goals. Preconditions on S3 and a unified S3Express One Zone API would make this decision easier.

  7. 7
    Article
    Avatar of devtoDEV·2y

    Echodiary : AI-Powered Diary with AWS Amplify

    Echodiary is a user-friendly diary-making web app that uses AWS Amplify Gen 2. It allows users to document their daily experiences using voice or manual writing, with the option to enhance their entries with photos. The app uses AI technology for content enhancement, weekly highlights, and personalized suggestions for mental health and personal growth.

  8. 8
    Article
    Avatar of devtoDEV·2y

    New to DEV.to

    The author shares their 20+ years of software development experience and their current interests in leveraging technologies like WASM and generative AI integrations to improve product performance and user experience.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    jassics/awesome-aws-security: Curated list of links, references, books videos, tutorials (Free or Paid), Exploit, CTFs, Hacking Practices etc. which are related to AWS Security

    A curated list of links, books, videos, tutorials, and tools related to AWS Security.

  10. 10
    Article
    Avatar of substackSubstack·2y

    A tale of two clouds

    The post discusses the differences in customer support and response between AWS and Google Cloud. AWS listens to their customers and takes immediate actions to resolve issues, while Google Cloud exhibits customer obfuscation.

  11. 11
    Article
    Avatar of devtoDEV·2y

    Integrate Kafka with a Serverless application

    Learn how to integrate Apache Kafka with a Serverless application in the AWS ecosystem using event-driven architecture, Amazon EventBridge, and managed services.

  12. 12
    Video
    Avatar of primeagenThePrimeTime·2y

    Private EMPTY S3 Bucket COST ME $1300

    Discover how an empty private S3 bucket can cause a skyrocketing AWS bill, due to unauthorized requests from third parties and misconfigurations of an open-source tool. Learn about the potential risks and security measures to prevent such incidents.

  13. 13
    Article
    Avatar of awstipAWS Tip·2y

    Monitoring using Prometheus and Grafana on AWS

    Learn how to set up monitoring using Prometheus and Grafana on AWS. Install Docker, Docker Compose, and necessary containers. Access Portainer for container management. Access Prometheus for monitoring. Add Prometheus as a datasource in Grafana. Load a dashboard in Grafana and check the graphs.

  14. 14
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Host a Vite-React website on Amazon ECS. Part 1

    This tutorial is the first part of a 2 part tutorial where we will host a static website on Amazon ECS. It covers setting up an EC2 instance for your Jenkins server, installing Jenkins, Docker, and Git, configuring tools, creating a Jenkins pipeline, and pushing a Docker image to Docker Hub.

  15. 15
    Article
    Avatar of faunFaun·2y

    Building Infrastructure to Serve Millions of Users on AWS: Preparation

    This post provides step-by-step instructions on building infrastructure to serve millions of users on AWS. It covers topics such as creating virtual machines, installing WordPress on a virtual machine, creating a database on AWS, and connecting WordPress to an S3 bucket.

  16. 16
    Article
    Avatar of communityCommunity Picks·2y

    jdavidbakr/mail-tracker: Package for Laravel to inject tracking code into outgoing emails.

    MailTracker is a package for Laravel that injects a tracking code into outgoing emails and stores the rendered emails in the database. Version 5.x of MailTracker made changes to the storage of recipient and sender information. To prevent an email from being tracked, you can add the `X-No-Track` header to the email.

  17. 17
    Article
    Avatar of itnextITNEXT·2y

    Full Scalable Angular application based on AWS

    This post discusses the steps to build a scalable Angular application based on AWS. It covers the tech stack used, advantages of using AWS, and the process of automating the deployment. The post also highlights the use of S3, CloudFront, Route 53, Elastic Beanstalk, API Gateway, Amazon Pinpoint, and AWS Lambda in the application architecture.

  18. 18
    Article
    Avatar of communityCommunity Picks·2y

    From $erverless to Elixir

    The post discusses the motivations for rewriting a service from AWS API Gateway and Lambda to Elixir due to the increasing costs of API Gateway. It highlights the challenges faced and the benefits of using Elixir.

  19. 19
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    S3 Is In Shambles

    S3 is in shambles due to security issues, misconfigured systems, and unauthorized requests, resulting in high bills for users. AWS is working to address the problem and make unauthorized requests free of charge.

  20. 20
    Article
    Avatar of mlnewsMachine Learning News·2y

    Top AI Courses by Amazon/AWS

    This post lists the top AI courses offered by AWS, covering topics such as machine learning terminology, practical data science with Amazon SageMaker, low-code machine learning on AWS, and generative AI project planning.

  21. 21
    Article
    Avatar of spaceliftSpacelift·2y

    How to Migrate Terraform State Between Different Backends

    Learn how to safely migrate your Terraform state between different backends. Discover why you might need to migrate your state, how to do it using Terraform commands, and explore the popular tool Terragrunt.

  22. 22
    Article
    Avatar of hnHacker News·2y

    Things you wish you didn't need to know about S3

    Explore the different S3 encryption options and learn why it's more like access control than encryption.

  23. 23
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Amazon EKS with Kubernetes version 1.30 using AWS-CDK

    Learn how to deploy Amazon EKS with the latest Kubernetes version v1.30 using AWS-CDK. The tutorial provides step-by-step instructions and includes the necessary CDK code and stacks. It also mentions the major changes in Kubernetes version 1.30.

  24. 24
    Article
    Avatar of awstipAWS Tip·2y

    Host your HTML, CSS, and JS files on AWS EC2 using HTTPD.

    A step-by-step guide on hosting HTML, CSS, and JS files on AWS EC2 using HTTPD

  25. 25
    Article
    Avatar of awstipAWS Tip·2y

    Youtube Data Analysis using AWS s3 + Glue crawler

    The post discusses how to analyze YouTube data using AWS S3 and Glue crawler. It explains the steps for creating an S3 bucket, downloading the dataset, refreshing data using Glue crawler, and viewing the data in Athena.