Category: AWS (Page 3 of 8)

Get started with AWS using step-by-step tutorials for beginners and cloud professionals. Learn how to launch EKS clusters, configure S3 buckets, manage IAM roles, and automate deployments with the AWS CLI and infrastructure-as-code tools. Explore machine learning workflows with Amazon SageMaker, and discover generative AI use cases with Amazon Bedrock to build intelligent, scalable applications.

Automating Deployment in Elastic Beanstalk using AWS CodePipeline

Learn how to automate your Elastic Beanstalk deployments using AWS Code Pipeline. Simplify your process and enhance your development workflow effortlessly! What is AWS CodePipeline? AWS CodePipeline is a service dedicated to continuous delivery, allowing users to create, visualize, and automate the essential steps involved in releasing software. It facilitates the swift modeling and configuration […]

How to trigger Lambda function from CloudFormation

Last updated on November 6th, 2024 at 08:27 amIn AWS CloudFormation there is a way to run Lambda function as target of a Custom Resource. To get started we need a Service token which is used to invoke Lambda function. To trigger a Lambda function from CloudFormation, you can leverage a Custom Resource in AWS […]

How to install and configure Jenkins with GitHub in AWS

Last updated on November 6th, 2024 at 08:30 amWe can easily integrate Jenkins to connect to GitHub and pull files from GitHub repository. This is useful to build a CI / CD pipeline. In this tutorial we will first install Jenkins on Amazon Linux 2023 and then setup a connection between Jenkins and GitHub repo […]

How to install Apache, MySQL, PHP (LAMP) stack on Ubuntu 24.04

Last updated on September 5th, 2024 at 10:32 amAs you are aware a LAMP stack means the server has Linux as Operating System and installed with Apache Web Server, MySQL Database and PHP for processing dynamic content. We can easily set these services up and running on an Ubuntu 24.04 Noble Numbat LTS and start […]

« Older posts Newer posts »