☀️
Yellow Team
  • Welcome
    • Welcome
  • Training
    • Cloud Academy
      • Azure
        • Azure Sentinel Incident Triage Challenge
      • Kubernetes
        • Mastering Kubernetes Pod Configuration: Defining Resource Requirements
        • Mastering Kubernetes Pod Configuration: Security Contexts
        • Mastering Kubernetes Pod Configuration: Persistent Data
        • Mastering Kubernetes Pod Configuration: Config Maps and Secrets
        • Mastering Kubernetes Pod Configuration: Service Accounts
        • Create Kubernetes Nginx Ingress Controller for External API Traffic
        • Create Kubernetes Layer-7 Network Policies using Cilium CNI
    • Cloud Guru
      • Certified Kubernetes Administrator (CKA)
        • Certified Kubernetes Administrator (CKA) Practice Exam: Part 1
        • Certified Kubernetes Administrator (CKA) Practice Exam: Part 2
        • Certified Kubernetes Administrator (CKA) Practice Exam: Part 3
        • Certified Kubernetes Administrator (CKA) Practice Exam: Part 4
      • Introduction to Kubernetes
        • Building a Kubernetes 1.27 Cluster with kubeadm
        • Working with Kubernetes Using kubectl
        • Running Containers with Kubernetes
      • Kubernetes Essentials
        • Deploying a Simple Service to Kubernetes
        • Deploying a Microservice Application to Kubernetes
      • Learn Kubernetes by Doing
        • Creating a Kubernetes Cluster
        • Deploying a Pod to a Node with a Label in Kubernetes
        • Creating a Service and Discovering DNS Names in Kubernetes
        • Scheduling Pods with Taints and Tolerations in Kubernetes
      • AWS
        • Creating an AWS CodeCommit Repository That Triggers Email Notifications
      • Docker
        • Deploying a Docker Container with Jenkins Pipelines
Powered by GitBook
On this page
  • Create a CodeCommit Repository
  • Create an Amazon SNS Topic
  • Subscribe to the Topic
  • Create an Event
  • Test the Event
  1. Training
  2. Cloud Guru
  3. AWS

Creating an AWS CodeCommit Repository That Triggers Email Notifications

PreviousAWSNextDocker

Last updated 11 months ago

Create a CodeCommit Repository

Navigate to CodeCommit and create a repository.

Give repository name a name and click create.

Create an Amazon SNS Topic

Navigate to Amazon Simple Notification Service and create a topic. Click 'Next Step'. Keep all values to the default.

Subscribe to the Topic

Create a subscription using the Email protocol and enter your email address. Note: You will need to confirm your subscription, so make sure you have access to the email you provide.

Create an Event

Create an Event in EventBridge to monitor for changes to AWS CodeCommit.

Fill this part out and then click next until the rule is created.

Test the Event

Return to CodeCommit and upload a file to the repository. Check your email to ensure you've received a notification.

Email sent.