Integrating Jenkins with AWS CodeArtifact to publish and consume Python artifacts

By Dustin Ward

Amazon Web Services FeedIntegrating Jenkins with AWS CodeArtifact to publish and consume Python artifacts Python packages are used to share and reuse code across projects. Centralized artifact storage allows sharing versioned artifacts across an organization. This post explains how you can set up two Jenkins projects. The first project builds the Python package and publishes…

The serverless LAMP stack part 6: From MVC to serverless microservices

By Dustin Ward

Amazon Web Services FeedThe serverless LAMP stack part 6: From MVC to serverless microservices In this post, you learn how to build serverless PHP applications using microservices. I show how to move from using a single Lambda function as scalable web host with an MVC framework, to a decoupled microservice model. The accompanying code examples…

Field Notes: Implementing a Digital Shadow of a Connected Vehicle with AWS IoT

By Dustin Ward

Amazon Web Services FeedField Notes: Implementing a Digital Shadow of a Connected Vehicle with AWS IoT Innovations in connected vehicle technology are expected to improve the quality and speed of vehicle communications and create a safer driving experience. As connected vehicles are becoming part of the mainstream, OEMs (Original Equipment Manufacturers) are broadening the capabilities…

Enabling Amazon GuardDuty in AWS Control Tower using Delegated Administrator

By Dustin Ward

Amazon Web Services FeedEnabling Amazon GuardDuty in AWS Control Tower using Delegated Administrator My customers have asked how to monitor their AWS environments for potential malicious activity. Many have  standardized on AWS Control Tower to implement a governed AWS environment based on known AWS best practices, and are interested in enabling Amazon GuardDuty to accomplish…

How to run 3D interactive applications with NICE DCV in AWS Batch

By Dustin Ward

Amazon Web Services FeedHow to run 3D interactive applications with NICE DCV in AWS Batch This post is contributed by Alberto Falzone, Consultant, HPC and Roberto Meda, Senior Consultant, HPC. High Performance Computing (HPC) workflows across industry verticals such as Design and Engineering, Oil and Gas, and Life Sciences often require GPU-based 3D/OpenGL rendering. Setting…