SCC

Brasil

os cloud gurus

AWS

Software Cloud Consulting

Your software development, cloud, consulting & shoring company

AWS Blog Wolfgang Unger & SCC Brasil

HowTo's, Tutorials & Neuigkeiten über AWS

Haben sie Fragen zu AWS Themen?
Dieser Blog versucht die Antworten dazu zu liefern
und Anleitungen & HowTos bereitzustellen, wie man eine Cloud Infrastruktur aufbaut und wartet.
Fokus sind DevOps & Buildtools, Infrastructure as Code, Sicherheit, Kostoptimierung, Architektur, Account Setup.

Letzte Posts

CloudFormation IaC Generator
Are you planning to use CloudFormation IaC Generator? If so, you should first read this blog. Yes, the IaC Generator can generate CloudFormation Templates, but there is still a lot missing before you can use these templates indeed. I made a very simple test with a EC2 but still could not re-deploy the instance due to multiple issues in the generated Template
VPC IPv6 - Running Fargate in private Subnets
How to run a Fargate or ECS Service on IPv6 ? You will face a couple of problems, if you try to run a Fargate Service in a IPv6 DualStack VPC in the private Subnets. This short tutorial will try to explain, how to get your Service healthy.
VPC IPv6 - Running EC2 Instances
Are you getting started with IPv6? How to run EC2 instances in a IPv6 VPC? Lets answer these questions in here.A short tutorial on how to connect with SSH, Sessions Manager, between instances and setup a Webserver and route from Route53
VPC - A introduction to IPv6
How to setup a VPC with IPv6 ? With the new IPv4 costs on AWS it is time to have a closer look on IPv6, because we are running out of IPv4 addresses and sooner o later you will have to switch to IPv6. This blogs explains the basics on IPv6 and how to setup a VPC with IPv6 in a short tutorial.
AWS Application Composer - How to get started
How to get started AWS Application Composer? AWS Application Composer was announced quite strong on the last Re-Invent, so time to have a closer look on the new service. This is a short tutorial on how to use AWS Application Composer and how to create a Serverless application and also a feedback on the status of the service
Amazon Bedrock - Titan Image Generator
Are you interested in the new AI services from AWS? How to get started with Amazon Bedrock? Amazon Bedrock among other AI services was announced quite strong on the last Re-Invent, so time to have a closer look on the new service. This is a short tutorial on how to use Titan Image Generator.
Tips how to pass AWS Certifactions
Are you planning to get AWS Certified ? Cloud Practitioner, AWS Solutions Architect Associate/Professional, AWS Certified SysOps Administrator, AWS Certified Developer Associate, AWS Certified DevOps Engineer etc ? How should you prepare for the exame? And are there any tips to pass the exam? This blog will cover some tips on how to increase your chances on getting your next AWS Certification
5 common problems and errors on AWS & cloud accounts
Is your AWS account and architecture really setup correctly? Is it really secure, resilent and reliable? This blog will cover the most common issues which you normally find on AWS You can use this blog as a checklist and do a self review on your account and architecture
Cognito Backup - How to backup Cognito
Do you want to backup you Cognito User Pool and its data? Are you using Cognito as identy and access management tool to authenticate your application users? You need to backup the data in you Cognito Pool but noticed Cognito has no out of the box functionality for this?
AWS Backup - Hot to backup cross region and cross account
What are the best practices for data backup and retention on AWS? AWS Backup is not quite easy to setup if you have an advanced backup strategy. This blog explains how to setup AWS backup for cross region and cross account backups and what you have to pay attention to

DevTools

Pipeline for automatic CloudFormation Deployments
Do you need an automation to deploy your CloudFormation Templates to your AWS Account(s)? A Pipeline or a tool that will automatically create a CloudFormation Deployment Pipeline for each of your stacks ? Read this blog about my Github Project to setup such a Pipeline for your CloudFormation Templates
Pipeline for automatic CloudFormation Deployments (CDK)
Do you need an automation to deploy your CloudFormation Templates to your AWS Account(s)? A Pipeline or a tool that will automatically create a CloudFormation Deployment Pipeline for each of your stacks ? Read this blog about my Github Project to setup such a Pipeline for your CloudFormation Templates with CDK
Azure Devops Pipeline for Terraform Deployments
Are you using Azure Devops and Terraform? You need a Pipeline to automate your Deployments to the cloud? This blog shows how to deploy Terrafrom with Azure Devops to a AWS Account by creating a Pipeline step by step. Of course you could also deploy to Azure or GCP.
How to setup a Multi Branch Pipeline with Webhook
This tutorial will cover how to setup a feature branch pipeline with CDK and CodePipeline. Since there is no native support for this functionality in CodePipeline and many other Build Tools, we have to implement this on our own. Based on my Github Project I will explain the setup and how to adapt for your requirements.
How to get started with Amazon Code Catalyst
Code Catalyst is a new Service to offer a unified software and development service to enable teams to easier develope and deploy their applications on AWS.
This tutorial and HowTo shows how to setup CodeCatalyst and create your first project.
AWS Code Whisperer
AWS Code Whisperer is an awesome tool to speed up your coding, therefor let's have a look on it. A HowTo and Quickstart for Code Whisperer
Using Git Submodules in CodePipeline
If you use Git Submodules in your Project you won't be able to use this in CodePipeline out of the box, meaning using the Source Step as for a simple Git Project. There are some additional steps required, this tutorial will show you how to proceed. Your Main Github Project will remain the Source of your Pipeline ( probably defined as Source Step in your Pipeline) For the Git Sub-Module you will have to add a CodeBuild Project and a Buildspec Yaml.
CodePipeline with CDK Python and generic Superclass
This tutorial will cover various topics about AWS Code Pipelines for deploying AWS Resources and Stacks to your accounts First, how should in general the account structure and setup look like to deploy with AWS codepipeline? Next, how should the CodePipeline be implemented in CDK (Python). See my example on github : Git Wolfgang Unger CDK Pipeline I will also cover here how to use object orientated features in your CDK Python Project to
CodePipeline - Pass variables from Source to other Stages
If you worked with CodePipeline, you might know you have normally various stages, like Source, Build, Test etc The Source Stage will checkout the Source Code needed for the other stages from Github or CodeCommmit The following stages could be a CodeBuild Project, could include Actions like ShellScripAction or other Actions Sometimes you might need some Git Infos in one of these actions or stages

IaC - Infrastructure as Code

CloudFormation IaC Generator
Are you planning to use CloudFormation IaC Generator? If so, you should first read this blog. Yes, the IaC Generator can generate CloudFormation Templates, but there is still a lot missing before you can use these templates indeed. I made a very simple test with a EC2 but still could not re-deploy the instance due to multiple issues in the generated Template
IaC - infrastructure as Code
What is AWS CloudFormation? What is Terraform? If you want to create Resources on AWS not just for your first steps on AWS, but for live environments, you probably already know, you should use IaC to do so. Let's have a look on the alternatives in this blog. We will discuss CloudFormation, Terraform and the CDK. To see which one might be the best fit for your use case.
Terraform example structure
If you start to work with terraform will maybe ask yourself, how should you structure your terraform project? You can find various example repos and projects in the web, but not all will server for your use case. Indeed a found a lot of not really good sample projects, creating a lot of copy&paste files.
How to organize your CloudFormation Templates
You are using CloudFormation as IaC Tool but you have doubts how to organize your templates? How many Templates should you have, how should you group your resources, how define layers? What are Best Practices on this questions and for CloudFormation?
Pipeline for automatic CloudFormation Deployments
Do you need an automation to deploy your CloudFormation Templates to your AWS Account(s)? A Pipeline or a tool that will automatically create a CloudFormation Deployment Pipeline for each of your stacks ? Read this blog about my Github Project to setup such a Pipeline for your CloudFormation Templates
How to create your own pip modules for your generic, reusable cdk consrtucts
If you have worked with cdk for a while and also in several projects, you might have already asked yourself, how to reuse some of the code you have already written ( and tested) for a similar requirement in the next project. If you use an object oriented language like for example Python with the CDK, one option might be create reuse Superclasses and adapt the behaviour if needed in a project subclass.
API Gateway with CDK
Lets have a look how to create a API Gateway with CDK (Python) The first approach is using the RestApi Class and code the resources and methods. The second by using a Swagger/Open API file. Both APIs will use lambda integrations. We will also see how to use Authorizers with Cognito and Custom Lambda.
CDK - Overview on Stacks and Constructs
If you are working with CDK, especially starting to work with the CDK, you may have had some doubts on how to organize your IaC within CDK There are Stacks in the CDK, there are also Constructs, which you will create and then there are there is the Construct Library, which got 3 different kinds of Constructs L1, L2 and L3. This short Tutorial should give you an overview about how to deal with this.
Get started with the AWS CDK (Python)
In this short tutorial let's give a quick overview on how to get started with the CDK ( this example is for Python). For all of those who don't have yet big experience on this. How to setup our first cdk project and also some important links to find informations on the next steps. The first link you should know is the official AWS Documentation for the CDK
S3 Block public access VS Terraform/Cloudformation
Since April 2023, AWS has change the default configuration of new buckets to "Block public access", if you use a IAC tool like Terraform or Cloudformation, this can cause a lot of problems if you try to create new public buckets.
Useful terraform commands
Terraform is a powerful tool to manage your infrastructure as code. Here are some useful commands to troubleshoot problems in your terraform project.
Terraform State: Best Practices and Options
Terraform state is a very important concept in terraform. It is the source of truth for your infrastructure. This blog will cover best practices and options to manage your terraform state remotely.

Architecture and the 5 pillars of the well architected Framework

5 common problems and errors on AWS & cloud accounts
Is your AWS account and architecture really setup correctly? Is it really secure, resilent and reliable? This blog will cover the most common issues which you normally find on AWS You can use this blog as a checklist and do a self review on your account and architecture
Cost optimization strategies | How to save money on AWS
How can I optimize costs on AWS? You want to save money on AWS, your AWS bill is too high? Take a look in this blog to understand approaches to avoid unnecessary expenses.
AWS Cost Savings - Schedule/Stop your instances automatically
You want to reduce your AWS bill? One way is to reduce usage hours. We got simple Lambda Function that can stop and start your EC2, Autoscaling and RDS instances. Read more about it in this blog
Security Best practices on AWS | How to secure your AWS Account
How can I secure my AWS resources? How can we ensure the security of our data and applications on AWS? As you might already know, AWS works with the shared responsibility model to secure your cloud resources. This means, AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. But you are responsible for what runs inside the cloud.
What is Performance Efficiency?
You might already know it form the AWS Well-Architected Framework, the Performance Efficiency Pillar, but what does this really mean?. We will explain this in this blog. Understand the 5 principles and the 4 areas to focus on
What about Reliability?
What means Reliability from the 5 pillars of the Well architected Framework exactly? How do I scale my infrastructure on AWS? We will have a closer look in this blog on this question.
Multi Account Setup
How many accounts will you need to run your workloads in AWS? How to define your AWS Account Structure? This blog explains the principles and best practices of AWS Multi Account Setup and what to consider for organizing your overall AWS environment.
7 R's - the 7 cloud migration strategies
Lets have a look on the 7 R's, the 7 cloud migration strategies. If you plan to migrate your On Premise workloads to the cloud, it is essential to know the options and choose the best one for your use case. The 7 R's are: 1. Retire 2. Retain 3. Relocate 4. Rehost 5. Repurchase 6. Replatform 7. Refactor
Disaster Recovery (RTO/RPO)
RTO and RPO are normally associated with Disaster Recovery, and Business Continuity Plan, these RTO and RPO targets set the time frame that a business can support after a outage, as companies rely more in applications to keep support, sales and production running, this matter become a serious one, saving or costing companies reputation and money.

Computing

AWS Batch - A deep dive
Working with AWS Batch to run container in parallel is not quite simple. There are a bunch of configurations you must set up correct to launch the right instance types and amount of instances. This tutorial will try to clarify the imporant configurations and parameters you need to run batch as expected.
Copy a Lambda Function
If you worked with Lambda you might have been in a situation where you want to test your changes on a existing Lambda Function without changing the productive Lambda Version If you have only code to copy, you can just copy it to the code editor, ok. But if you have a Lambda Function with additional dependencies/packages it is little more effort.
Deploy a Elastic Beanstalk Application in 1 min
This short tutorial shows how to deploy a simple ElasticBeanstalk application ( and environment ) Install the EB commandline If you don't have the EB CLI yet installed, please take a look in this docu and install Install EB CLI Basically you have to execute pip install awsebcli --upgrade --user and add %USERPROFILE%\AppData\Roaming\Python\Python37\Scripts to you PATH variable ( on windows)
Session Manager
If you worked with AWS and EC2 for a while, you probably connected a lot with key pairs and ssh. For example 'ssh -i "mykeypair.pem" ec2-user@myIpAdress With this approach you need the keypair on your local machine and you need to allow traffic from you VPC where the instance is hosted to your local machine and of course you need to open the SecurityGroup of your instance to allow traffic to you local machine If you are not connected with DirectConnect or VPN this is already a security issue. You will have to open Port 22 for the internet or you have to adapt the public IP address of you local machine in the SecurityGroup
Amazon Textract
Amazon Textract is a service that automatically extracts text and data from scanned documents. This blog will cover how to get started with Amazon Textract and how to use it in your applications.

Netzwerk und CDN

VPC IPv6 - Running Fargate in private Subnets
How to run a Fargate or ECS Service on IPv6 ? You will face a couple of problems, if you try to run a Fargate Service in a IPv6 DualStack VPC in the private Subnets. This short tutorial will try to explain, how to get your Service healthy.
VPC IPv6 - Running EC2 Instances
Are you getting started with IPv6? How to run EC2 instances in a IPv6 VPC? Lets answer these questions in here.A short tutorial on how to connect with SSH, Sessions Manager, between instances and setup a Webserver and route from Route53
VPC - A introduction to IPv6
Do you want to get started with IPv6 ? With the new IPv4 costs on AWS it is time to have a closer look on IPv6, because we are running out of IPv4 addresses and sooner o later you will have to switch to IPv6. This blogs explains the basics on IPv6 and how to setup a VPC with IPv6 in a short tutorial.
VPC Considerations in 2024
February 2024 AWS started to charge not only unused IP addresses but by now all public IP Adresses. Together with the NAT costs, which have increased also a lot over the years, a VPC is now a considerable cost factor especially for small workloads. Time to rethink how to setup a VPC in 2024.
Multiple s3 origins and Origin Access Control on Cloudfront
If you want to securely deliver content from your s3 buckets, you can use Cloudfront with Origin Access Control. This blog will show you how to setup Cloudfront with multiple s3 origins and how to use Origin Access Control to restrict access to your s3 buckets.



Haben sie Fragen zu AWS Themen?
Wir hoffen hier die Anwtorten zu liefern.

Wie funktioniert die AWS-Preisgestaltung?

Die Preisgestaltung von Amazon Web Services (AWS) ist sehr vielfältig und kann je nach den spezifischen Diensten und Ressourcen,
die Sie verwenden, variieren. Hier sind einige grundlegende Prinzipien und Aspekte der AWS-Preisgestaltung:
Pay-as-you-go-Model, Stündliche Abrechnung, Verschiedene Dienstmodelle, Reservierte/Spot-Instanzen etc

Wie erstelle ich ein AWS-Konto?


Das Erstellen eines AWS-Kontos ist relativ einfach und erfordert nur wenige Schritte.
Sie benötigen eine Email Adresse und eine Kredit-Karte.
Öffne deinen Webbrowser und gehe zur offiziellen AWS-Website:
AWS Console
Auf der AWS-Startseite findest du die Option "Konto erstellen" oder "Create an AWS Account".
Klicke darauf, um den Anmeldevorgang zu starten

Welche AWS-Dienste gibt es?

Amazon Web Services (AWS) bietet eine breite Palette von Cloud-Diensten, die verschiedene IT-Infrastrukturbereiche abdecken.
Hier sind einige der Hauptkategorien und wichtigen AWS-Dienste:
Compute, Database, Storage, Containers, Developer Tools

Wie starte ich eine EC2-Instanz in AWS?

Das Starten einer Amazon Elastic Compute Cloud (EC2)-Instanz in AWS ist relativ einfach und kann über die AWS Management Console durchgeführt werden.
Hier sind die grundlegenden Schritte:
Navigation zur EC2-Konsole
In der EC2-Konsole klickst du auf die Schaltfläche "Instanzen starten" (Launch Instances) oder auf "Instanzen starten" (Launch Instance),
je nachdem, wie die Schaltfläche beschriftet ist

Was ist Amazon S3?

Amazon Simple Storage Service (S3) ist ein skalierbarer und hochverfügbarer Objektspeicherdienst von Amazon Web Services (AWS).
Er ermöglicht das Speichern und Abrufen von beliebigen Datenmengen über das Internet. S3 ist als eine Art Cloud-basiertes Dateisystem konzipiert
und bietet eine zuverlässige und sichere Möglichkeit, Daten in der Cloud zu speichern.

Wie richte ich eine RDS-Datenbank in AWS ein?

Das Einrichten einer RDS-Datenbank (Relational Database Service) in AWS ist relativ einfach und folgt einem ähnlichen Prozess für andere AWS-Services.
Hier die wichtigsten Schritte:
Öffnen Sie die RDS-Konsole
Klicken Sie auf "Datenbank erstellen"
Wählen Sie den Datenbanktyp
Konfigurieren Sie die Datenbankdetails

Was ist AWS Lambda?

AWS Lambda ist ein serverloser, ereignisgesteuerter Compute-Service von Amazon Web Services (AWS).
Mit Lambda können Entwickler Code ohne die Notwendigkeit von Serververwaltung oder Bereitstellung ausführen,
indem sie Funktionen in der Cloud ausführen.

Wie funktioniert die Abrechnung bei AWS?

Die Preisgestaltung von Amazon Web Services (AWS) ist sehr vielfältig und kann je nach den spezifischen Diensten und Ressourcen,
die Sie verwenden, variieren. Hier sind einige grundlegende Prinzipien und Aspekte der AWS-Preisgestaltung:
Pay-as-you-go-Model, Stündliche Abrechnung, Verschiedene Dienstmodelle, Reservierte/Spot-Instanzen etc

Wie kann ich meine AWS-Ressourcen sichern?

Folgen Sie den Regeln zu IAM, lassen sie ihre Services und DBs in privaten Subnetzen, schließen sie alle möglichen Ports etc
Lesen sie mehr dazu in unserem Blog
Security best practices

Was ist AWS IAM (Identity and Access Management)?

AWS IAM (Identity and Access Management) ist ein zentraler Service von Amazon Web Services (AWS), der die Verwaltung von Benutzerzugriffen und
Berechtigungen für AWS-Ressourcen ermöglicht. IAM ermöglicht es Ihnen, Identitäten (Benutzer, Gruppen und Rollen) zu erstellen
und diesen Identitäten bestimmte Berechtigungen zuzuweisen, um sicherzustellen, dass nur autorisierte Benutzer
auf bestimmte AWS-Ressourcen zugreifen können.

Wie deploye ich eine Webanwendung in AWS?

Das Deployment einer Webanwendung in AWS kann je nach den spezifischen Anforderungen und Technologien der Anwendung variieren.
Sie können u.a. folgende Dienste dafür nutzen. AppRunner, ElasticBeanstalk, EC2, ECS, Fargate, EKS und weitere

Wie kann ich meine Infrastruktur in AWS skalieren?

Das Skalieren Ihrer Infrastruktur in AWS kann auf verschiedene Weise erfolgen, je nach den Anforderungen Ihrer Anwendung und den verwendeten AWS-Services. Hier sind einige gängige Methoden, um die Skalierbarkeit Ihrer Infrastruktur in AWS zu verbessern: Nutzen Sie Autoscaling Groups und Launch Templates anstelle einzelner Instanzen, Loadbalancing, Nutzen Sie Cluster wie ECS und andere Services,
die bereits skalieren.
Nutzen sie auch Serverlose Architektur und verteilte Architekturen.

Was ist AWS CloudFormation?

AWS CloudFormation ist ein Service von Amazon Web Services (AWS), der es Entwicklern ermöglicht,
Infrastruktur als Code (IaC) zu verwenden, um AWS-Ressourcen zu erstellen und zu verwalten. Anstatt Ressourcen manuell
über die AWS Management Console oder über CLI-Befehle zu erstellen, können Entwickler CloudFormation-Vorlagen verwenden,
um ihre Infrastruktur zu definieren und bereitzustellen. Hier sind einige wichtige Merkmale von AWS CloudFormation:
Lesen sie mehr dazu in unserem Blog
IaC - Infrastructure as Code

Wie kann ich die Kosten in AWS optimieren?

Hier sind einige grundlegende Prinzipien und Aspekte der AWS-Preisgestaltung:
Pay-as-you-go-Model, Stündliche Abrechnung, Verschiedene Dienstmodelle, Reservierte/Spot-Instanzen etc Achten Sie auf Rightsizing, Autoscaling, reduzieren Sie Server Laufzeiten, nutzen Sie Sport instances, reserved instances und Saving plans
Lesen sie mehr dazu in unserem Blog
cost optimization

Welche AWS-Zertifizierungen gibt es, und wie bereite ich mich darauf vor?

Die leichteste is Cloud Practitioner, es gibt jede Menge weitere wie Solutions Architect Associate usw Lesen sie mehr dazu in unserem Blog
AWS AWS-Zertifizierungen

Was ist AWS Elastic Beanstalk?

AWS Elastic Beanstalk stellt Webanwendungen bereit, damit Sie sich auf Ihr Geschäft konzentrieren können. Lesen sie wie sie eine ElasticBeanstalk Applikation in 2 Minuten deployen können in unserem Blog
Elastic Beanstalk

Was ist AWS VPC (Virtual Private Cloud)?

AWS VPC (Virtual Private Cloud) ist ein Service von Amazon Web Services, der es Ihnen ermöglicht,
eine virtuelle Netzwerkumgebung in der AWS-Cloud zu erstellen, zu konfigurieren und zu verwalten.
Eine VPC funktioniert wie ein isoliertes, privates Netzwerk in der AWS-Cloud, das Sie vollständig kontrollieren können.

Wie vergleicht sich AWS mit anderen Cloud-Anbietern wie Azure und Google Cloud?

AWS (Amazon Web Services), Microsoft Azure und Google Cloud Platform (GCP) sind die drei führenden Anbieter von Cloud-Computing-Services,
die eine breite Palette von Infrastruktur-, Plattform- und Software-Services in der Cloud anbieten.
Hier ist ein Vergleich zwischen diesen Anbietern in verschiedenen Aspekten:
AWS gilt als der Pionier und Marktführer im Bereich Cloud-Computing und hat einen beträchtlichen Marktanteil.
Microsoft Azure ist der nächste größte Anbieter und hat eine starke Position im Unternehmensmarkt aufgrund seiner Integration mit Microsoft-Produkten und -Diensten.
Google Cloud Platform (GCP) ist der drittgrößte Anbieter, der sich auf fortschrittliche Technologien wie maschinelles Lernen und Big Data konzentriert und eine starke Präsenz im Bereich der Entwicklergemeinschaft hat.

Wie kann ich Probleme bei AWS beheben?

Das Beheben von Problemen bei AWS erfordert oft eine systematische Vorgehensweise und die Nutzung der verfügbaren Ressourcen und Tools.
Hier sind einige Schritte, die Sie bei der Fehlerbehebung von AWS-Problemen durchführen können:
Überprüfen der CloudWatch-Protokolle und -Metriken,Überprüfen von IAM-Berechtigungen,Überprüfen von Netzwerkkonfigurationen etc

Wie kann AWS die Effizienz und Agilität unseres Unternehmens steigern?

Amazon Web Services (AWS) bietet eine Vielzahl von Diensten und Tools, die die Effizienz und Agilität eines Unternehmens verbessern können.
Hier sind einige Möglichkeiten, wie AWS dazu beitragen kann:
Skalierbarkeit
Schnelle Bereitstellung
Automatisierung
Kostenoptimierung

Welche Kosten sind mit der Nutzung von AWS verbunden, und wie können wir sie effektiv verwalten?

Hier sind einige grundlegende Prinzipien und Aspekte der AWS-Preisgestaltung:
Pay-as-you-go-Model, Stündliche Abrechnung, Verschiedene Dienstmodelle, Reservierte/Spot-Instanzen etc Lesen sie mehr dazu in unserem Blog
cost optimization

Welche bewährten Methoden gibt es für das Management von AWS-Ressourcen und Kostenkontrolle?

Nutzen sie Saving Plans, die richtigen Instanz Größen, horizontale Skalierung, Serverless und mehr.
Lesen sie mehr dazu in unserem Blog
cost optimization

Wie stellen wir die Sicherheit unserer Daten und Anwendungen auf AWS sicher?

Die Sicherheit von Daten und Anwendungen in Amazon Web Services (AWS) ist von entscheidender Bedeutung.
AWS bietet eine Vielzahl von Sicherheitsdiensten und bewährten Verfahren,
um sicherzustellen, dass deine Ressourcen in der Cloud geschützt sind.
Lesen sie mehr dazu in unserem Blog
Security best practices

Welche AWS-Dienste sind für die spezifischen Geschäftsanforderungen unseres Unternehmens relevant?

Um die relevanten AWS-Dienste für die spezifischen Geschäftsanforderungen Ihres Unternehmens zu identifizieren, ist es wichtig,
Ihre Anforderungen genau zu verstehen und dann die entsprechenden AWS-Services auszuwählen,
die diese Anforderungen am besten erfüllen können.

Wie entwickeln wir eine Cloud-Strategie und Roadmap unter Verwendung von AWS?

Die Entwicklung einer Cloud-Strategie und Roadmap unter Verwendung von AWS erfordert eine sorgfältige Planung und Ausrichtung
auf die Geschäftsziele und -anforderungen Ihres Unternehmens.
Hier sind einige Schritte, die Sie bei der Entwicklung Ihrer Cloud-Strategie und Roadmap unter Verwendung von AWS berücksichtigen sollten:
Verständnis der Geschäftsziele
Bewertung der aktuellen IT-Infrastruktur
Definition von Cloud-Nutzungsmodellen
Identifizierung von Cloud-Services
Entwicklung einer Roadmap

Was ist das AWS Well-Architected Framework, und wie setzen wir es in unseren Projekten ein?

Das AWS Well-Architected Framework ist ein umfassender Leitfaden von bewährten Methoden, bewährten Praktiken und bewährten Architekturprinzipien
für die Entwicklung und den Betrieb von sicheren, hochleistungsfähigen, zuverlässigen und kosteneffizienten Cloud-Anwendungen.
Es bietet klare Richtlinien und Empfehlungen für die Architektur, den Entwurf und die Implementierung von AWS-Workloads, um sicherzustellen,
dass sie den Anforderungen an Sicherheit, Zuverlässigkeit, Leistungseffizienz, Kostenoptimierung und Betriebsexzellenz entsprechen
Sie finden in userem Blog einige Artikel über das Well Architected Framework und die 5 Säulen.
AWS Blog

Wie überwachen und optimieren wir die Leistung unserer Anwendungen auf AWS?

Die Überwachung und Optimierung der Leistung Ihrer Anwendungen auf AWS ist ein kontinuierlicher Prozess,
der verschiedene Aspekte der Infrastruktur, der Anwendung und der AWS-Services umfasst. Hier sind einige bewährte Methoden,
um die Leistung Ihrer Anwendungen auf AWS zu überwachen und zu optimieren:
Verwenden von CloudWatch
Optimieren von Ressourcen
Implementieren von Caching
Performance-Tuning von Datenbanken
Optimieren von Netzwerkkonfigurationen

Wie implementieren wir Notfallwiederherstellungs- und Hochverfügbarkeitslösungen auf AWS?

Die Implementierung von Notfallwiederherstellungs- und Hochverfügbarkeitslösungen auf AWS erfordert eine sorgfältige Planung und
Konfiguration der Infrastruktur, um sicherzustellen, dass Ihre Anwendungen und Daten auch bei Ausfällen oder Katastrophen weiterhin verfügbar sind.
Hier sind einige bewährte Methoden, um Notfallwiederherstellungs- und Hochverfügbarkeitslösungen auf AWS zu implementieren:
Machen Sie Backups und Snapshots, replizieren Sie ihre S3 Buckets, setzen sie Multi AZ für ihre Architektur ein.
Ebenso: Automatisches Skalieren und Lastausgleich
Verwendung von AWS CloudFormation für die Infrastrukturautomatisierung
Lesen sie mehr dazu in unserem Blog
AWS Backup - How to backup cross region and cross account

Was ist AWS-Compliance, und wie stellen wir die Einhaltung gesetzlicher Vorschriften für unsere Anwendungen sicher?

Was sind bewährte Methoden für die Datensicherung und -archivierung auf AWS?

Machen sie snapshots und Backups, replizieren sie ihre S3 Daten, sie können auch cross region und cross account backups machen, wenn sie wirklich sicher gehen wollen.
Lesen sie mehr dazu in unserem Blog
AWS Backup - How to backup cross region and cross account

Was ist AWS-Compliance, und wie stellen wir die Einhaltung gesetzlicher Vorschriften für unsere Anwendungen sicher?

AWS-Compliance bezieht sich auf die Einhaltung von gesetzlichen Vorschriften, branchenspezifischen Standards und anderen regulatorischen Anforderungen
durch die Nutzung von Amazon Web Services (AWS)-Diensten. AWS stellt eine Vielzahl von Tools, Ressourcen und Dienstleistungen bereit,
um Kunden bei der Erreichung und Aufrechterhaltung der Compliance zu unterstützen.

Wie migrieren wir bestehende Anwendungen und Daten zu AWS?

Es gibt verschiedene Strategien, wie Lift & Shift, Replatform, Refactor und mehr .
Lesen sie unseren Blog über die 7 R's
7 R's - Cloud Migration strategies

Was ist der AWS Marketplace, und wie können wir ihn für Lösungen von Drittanbietern nutzen?

Der AWS Marketplace ist eine Online-Plattform, auf der AWS-Kunden Software, Dienstleistungen und Lösungen von Drittanbietern finden,
erwerben und bereitstellen können. Es ist eine zentrale Anlaufstelle für AWS-Kunden, um Softwareprodukte und Dienstleistungen
für eine Vielzahl von Anwendungsfällen zu entdecken und zu erwerben, von Sicherheit und Datenbanken bis hin zu künstlicher
Intelligenz und maschinellem Lernen.

Wie verwalten und analysieren wir unsere AWS-Rechnungs- und Nutzungsberichte?

Die Verwaltung und Analyse Ihrer AWS-Rechnungs- und Nutzungsberichte ist entscheidend, um die Kosten Ihrer AWS-Ressourcen zu verstehen,
zu optimieren und zu kontrollieren. Hier sind einige bewährte Methoden, um Ihre AWS-Rechnungs- und
Nutzungsberichte effektiv zu verwalten und zu analysieren:
Aktivieren von AWS-Billing- und Cost-Management-Diensten
Verwendung von AWS-Budgets
Analyse von Kosten und Verbrauch

Was ist AWS CloudFormation, und wie kann sie uns bei der Automatisierung der Bereitstellung von Infrastruktur unterstützen?

Ein IaC Tool zum Erstellen und Warten von AWS resourcen anhand einer YAML oder Json Datei
Lesen sie mehr dazu in unserem Blog
IaC - Infrastructure as Code

Wie gehen wir mit Personalbesetzung und Schulung vor, um AWS-Expertise in unserem Team aufzubauen?

Die Entwicklung von AWS-Expertise in Ihrem Team erfordert eine strukturierte Herangehensweise an Personalbesetzung und Schulung.
Hier sind einige bewährte Methoden, um AWS-Expertise in Ihrem Team aufzubauen:
Rekrutierung von Talenten mit AWS-Erfahrung
Interne Schulungen und Weiterbildungsprogramme
Externe Schulungen und Workshops
AWS AWS-Zertifizierungen sind sicherlich auch ein geeignetes Mittel, um Expertise aufzubauen.
Die leichteste der AWS-Zertifizierungen is Cloud Practitioner, es gibt jede Menge weitere wie Solutions Architect Associate usw
Lesen sie mehr dazu in unserem Blog
Tips zu AWS AWS-Zertifizierungen

Welche AWS-Support- und Service-Level-Vereinbarungen (SLA) gibt es?

Amazon Web Services (AWS) bietet verschiedene Supportpläne und Service-Level-Vereinbarungen (SLAs) an, um Kunden bei der Verwaltung und Optimierung
ihrer AWS-Umgebungen zu unterstützen. Hier sind die Haupt-Supportpläne und SLAs, die AWS anbietet:
Basic Support, Developer Support, Business Support, Enterprise Support.

Wie können wir AWS-Managed Services und serverloses Computing nutzen?

Um AWS Managed Services und serverloses Computing effektiv zu nutzen, sollten Sie einige bewährte Methoden beachten:
Identifizierung von Anwendungsfällen
Auswahl der richtigen Dienste
Architektur- und Designüberlegungen

Welche Fallstudien oder Erfolgsgeschichten bieten Einblicke, wie andere Unternehmen von AWS profitiert haben?

Werfen Sie einen Blick auf unserer Fallstudien:
Cases
Hier findend Sie weiter Fallstudien von AWS:
AWS Case Studies


SCC Brasil Shoring

Autor

...

Wolfgang Unger

AWS Architect & Developer

6 x AWS Certified

1 x Azure Certified

A Cloud Guru Instructor

Certified Oracle JEE Architect

Certified Scrum Master

Certified Java Programmer

Passionate surfer & guitar player