AWS DevOps

  • Quickly go from Idea to PR with CodeCatalyst using Amazon Q
    by Brendan Jenkins on April 19, 2024 at 6:51 pm

    Amazon Q feature development enables teams using Amazon CodeCatalyst to scale with AI to assist developers in completing everyday software development tasks. Developers can now go from an idea in an issue to a fully tested, merge-ready, running application code in a Pull Request (PR) with natural language inputs in a few clicks. Developers can

  • Creating a User Activity Dashboard for Amazon CodeWhisperer
    by David Ernst on April 3, 2024 at 7:35 pm

    Maximizing the value from Enterprise Software tools requires an understanding of who and how users interact with those tools. As we have worked with builders rolling out Amazon CodeWhisperer to their enterprises, identifying usage patterns has been critical. This blog post is a result of that work, builds on Introducing Amazon CodeWhisperer Dashboard blog and

  • Terraform CI/CD and testing on AWS with the new Terraform Test Framework
    by Kevon Mayers on April 2, 2024 at 11:45 pm

    In this blog post, we will show you how to validate Terraform modules and how to automate the process using a Continuous Integration/Continuous Deployment (CI/CD) pipeline.

  • Driving Development Forward: How the PGA TOUR speeds up Development with the AWS CDK
    by Evgeny Karasik on March 22, 2024 at 4:02 pm

    This post is written by Jeff Kammerer, Senior Solutions Architect. The PGA TOUR is the world’s premier membership organization for touring professional golfers, co-sanctioning tournaments on the PGA TOUR along with several other developmental, senior, and international tournament series. The PGA TOUR is passionate about bringing its fans closer to the players, tournaments, and courses.

  • Infrastructure as Code development with Amazon CodeWhisperer
    by Eric Z. Beard on March 12, 2024 at 8:30 pm

    At re:Invent in 2023, AWS announced Infrastructure as Code (IaC) support for Amazon CodeWhisperer. CodeWhisperer is an AI-powered productivity tool for the IDE and command line that helps software developers to quickly and efficiently create cloud applications to run on AWS. Languages currently supported for IaC are YAML and JSON for AWS CloudFormation, Typescript and

  • How we sped up AWS CloudFormation deployments with optimistic stabilization
    by Bhavani Kanneganti on March 11, 2024 at 4:19 pm

    Introduction AWS CloudFormation customers often inquire about the behind-the-scenes process of provisioning resources and why certain resources or stacks take longer to provision compared to the AWS Management Console or AWS Command Line Interface (AWS CLI). In this post, we will delve into the various factors affecting resource provisioning in CloudFormation, specifically focusing on resource stabilization, which allows

  • Best practices for managing Terraform State files in AWS CI/CD Pipeline
    by Arun Kumar Selvaraj on February 19, 2024 at 7:50 pm

    Introduction Today customers want to reduce manual operations for deploying and maintaining their infrastructure. The recommended method to deploy and manage infrastructure on AWS is to follow Infrastructure-As-Code (IaC) model using tools like AWS CloudFormation, AWS Cloud Development Kit (AWS CDK) or Terraform. One of the critical components in terraform is managing the state file which

  • AWS CodePipeline adds support for Branch-based development and Monorepos
    by Michael Ohde on February 9, 2024 at 10:06 pm

    AWS CodePipeline is a managed continuous delivery service that automates your release pipelines for application and infrastructure updates. Today, CodePipeline adds triggers and new execution modes to support teams with various delivery strategies. These features give customers more choice in the pipelines they build. In this post, I am going to show you how to

  • Generative AI Meets AWS Security
    by Trevor Morse on February 5, 2024 at 4:00 pm

    A Case Study Presented by CodeWhisperer Customizations Amazon CodeWhisperer is an AI-powered coding assistant that is trained on a wide variety of data, including Amazon and open-source code. With the launch of CodeWhisperer Customizations, customers can create a customization resource. The customization is produced by augmenting CodeWhisperer using a customer’s private code repositories. This enables

  • Import entire applications into AWS CloudFormation
    by Dan Blanco on February 2, 2024 at 5:57 pm

    AWS Infrastructure as Code (IaC) enables customers to manage, model, and provision infrastructure at scale. You can declare your infrastructure as code in YAML or JSON by using AWS CloudFormation, in a general purpose programming language using the AWS Cloud Development Kit (CDK), or visually using Application Composer. IaC configurations can then be audited and

  • Announcing CDK Migrate: A single command to migrate to the AWS CDK
    by Adam Keller on February 2, 2024 at 5:57 pm

    Today we’re excited to announce the general availability of CDK Migrate, a component of the AWS Cloud Development Kit (CDK). This feature enables users to migrate AWS CloudFormation templates, previously deployed CloudFormation stacks, or resources created outside of Infrastructure as Code (IaC) into a CDK application. This feature is being launched in tandem with the

  • A new and improved AWS CDK construct for Amazon DynamoDB tables
    by Anirudh Sharma on January 31, 2024 at 10:30 pm

    Recently, we launched a new AWS Cloud Development Kit (CDK) construct for Amazon DynamoDB tables, known as TableV2. This construct provides a number of new features in addition to what the original construct offered, enabling CDK authors to create global tables, simplifying the configuration of global secondary indexes and auto scaling, as well as supporting

  • Announcing Generative AI CDK Constructs
    by Michael Tran on January 31, 2024 at 9:18 pm

    Announced by Werner Vogels in his 2023 re:Invent Keynote, Generative AI CDK Constructs, an open-source extension of the AWS Cloud Development Kit (AWS CDK), provides well-architected multi-service patterns to quickly and efficiently create repeatable infrastructure required for generative AI projects on AWS. Our initial release includes five CDK constructs enabling key generative AI capabilities like

  • Deploy CloudFormation Hooks to an Organization with service-managed StackSets
    by Kirankumar Chandrashekar on January 18, 2024 at 8:40 pm

    This post demonstrates using AWS CloudFormation StackSets to deploy CloudFormation Hooks from a centralized delegated administrator account to all accounts within an Organization Unit(OU). It provides step-by-step guidance to deploy controls at scale to your AWS Organization as Hooks using StackSets. By following this post, you will learn how to deploy a hook to hundreds

  • Looking beyond code coverage with Amazon CodeWhisperer
    by Saurabh Kumar on January 8, 2024 at 8:14 pm

    Code coverage is a code quality metric leveraging unit tests. Coming up with test cases with every combination of parameters requires developer’s time, which is already scarce. Developers’ focus is (mis)directed at just meeting the coverage threshold. In doing so, quality of code may be compromised and resulting code may still result in unexpected outcomes.

  • re:Invent 2023 DevOps and Developer Productivity Playlist
    by Brian Beach on January 4, 2024 at 4:12 pm

    The dust has settled after another re:Invent. I once again had the privilege of organizing the DevOps and Developer Productivity (DOP) track along with Jessie VanderVeen, Anubhav Rao and countless others. For 2022, the DOP track included 59 sessions.  If you weren’t able to attend, I have compiled a list of the on-demand sessions for

  • The most visited AWS DevOps blog posts in 2023
    by Brian Beach on January 4, 2024 at 4:11 pm

    As we kick off 2024, I wanted to take a moment to highlight the top posts from 2023. Without further ado, here are the top 10 AWS DevOps blog posts of 2023. Unit Testing AWS Lambda with Python and Mock AWS Services – When building serverless event-driven applications using AWS Lambda, it is best practice to

  • Best Practices for Prompt Engineering with Amazon CodeWhisperer
    by Brendan Jenkins on January 3, 2024 at 8:34 pm

    Generative AI coding tools are changing the way developers accomplish day-to-day development tasks. From generating functions to creating unit tests, these tools have helped customers accelerate software development. Amazon CodeWhisperer is an AI-powered productivity tools for the IDE and command line that helps improve developer productivity by providing code recommendations based on developers’ natural language

  • Best practices for scaling AWS CDK adoption within your organization
    by David Hessler on January 3, 2024 at 1:22 pm

    Enterprises are constantly seeking ways to accelerate their journey to the cloud. Infrastructure as code (IaC) is crucial for automating and managing cloud resources efficiently. The AWS Cloud Development Kit (AWS CDK) lets you define your cloud infrastructure as code in your favorite programming language and deploy it using AWS CloudFormation. In this post, we

  • Getting started with Projen and AWS CDK
    by Michael Tran on December 15, 2023 at 4:48 pm

    In the modern world of cloud computing, Infrastructure as Code (IaC) has become a vital practice for deploying and managing cloud resources. AWS Cloud Development Kit (AWS CDK) is a popular open-source framework that allows developers to define cloud resources using familiar programming languages. A related open source tool called Projen is a powerful project

Websitecyber related posts:

More Cyberattacks and Shutdowns

Cyberattacks increased 38% last year now cybersecurity experts are issuing an urgent warning of critical U.S. infrastructure security breaches and shutdowns.

API Hacking 101

In this webinar, we will cover the basics of API hacking and Security, but instead of being a defender, we're now attacking.

Kmart, Bunnings, Good Guys Facial Recognition

Kmart, Bunnings and the Good Guys have come under fire for the use of facial recognition technology on customers have now been referred for privacy breaches.

Zero Day Initiative Upcoming Advisories

Zero Day Initiative Upcoming Advisories.

Surveillance

Surveillance The Conversation

You Need To Use a Password Manager

Do you reuse passwords? Or tweak them slightly by changing just a couple of letters? You need to stop doing that immediately, and use a password manager instead...

International Association for Cryptologic Research

The International Association for Cryptologic Research (IACR) is a non-profit scientific organisation whose purpose is to further research in cryptology.

Cyber Attack Group Down By FBI

A criminal ransomware network connected to a cyber attack at some of Connecticut’s hospitals has been taken down by the FBI.

Government Cyberscoop

The latest government news and information from Cyberscoop.

Govt and Kiwis Cyber Attacks

A new intelligence report shows cyber attacks are on the rise, and the Government needs to do more to protect our private information, in the health sector.

Weather Network Refused to Pay

The Weather Network, a popular Canadian weather forecasting service was hit with a ransomware attack that encrypted their data and demanded a ransom.

Carousell Data Breach

Popular online marketplace Carousell fell victim to not one, but two data breach incidents, putting the personal information of thousands of users at risk.
Share Websitecyber