• Barajar
    Activar
    Desactivar
  • Alphabetizar
    Activar
    Desactivar
  • Frente Primero
    Activar
    Desactivar
  • Ambos lados
    Activar
    Desactivar
  • Leer
    Activar
    Desactivar
Leyendo...
Frente

Cómo estudiar sus tarjetas

Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda

Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba

Tecla H: Muestra pista (3er lado).tecla h

Tecla N: Lea el texto en voz.tecla n

image

Boton play

image

Boton play

image

Progreso

1/13

Click para voltear

13 Cartas en este set

  • Frente
  • Atrás
Which .NET version should you use when building new applications on AWS?
- .NET Core: macOS, Linux, Windows.
- .NET Framework: Windows.
Why is .NET Core the future of the .NET platform?
.NET Core is the recommended path for moving to .NET 5.
Which AWS compute service should you use to run your .NET applications?
- Compute: Amazon EC2 and AWS Elastic Beanstalk.
- Containers: Amazon ECS and Amazon EKS.
- Serverless: AWS Lambda and AWS Fargate.

The serverless compute options translate to more time for you to focus on your core applications. You don't have to worry about managing and operating the underlying infrastructure.
Which AWS storage and database service should you choose?
- Storage: Amazon S3 (Storage...).
- Relational: Amazon RDS (Relational Data Service) and Amazon Aurora.
- Non-relational: Amazon DynamoDB.

We encourage you to evaluate and choose the right database for the type of data, access model, and scalability that your application requires.
Do you need to manage permissions, monitor performance, and track activities?
- Identity Services:
* AWS Identity and Access Management.
* Amazon Cognito.
* AWS Directory Service.

- Monitoring and auditing services:
* Amazon CloudWatch.
* AWS CloudTrail.

With identity services, you can securely grant the right access to the right people at the right time for your .NET applications in your AWS Cloud environment.

With monitoring and auditing services, you get application and infrastructure status details to assess performance against your defined business metrics.
IAM - Access tyes for users:
- Programmatic access: Enables an access key ID and secret access key for the AWS API, CLI, SDK, and other development tools.

- AWS Management Console Access: Enables a password that allows users to sign-in to the AWS Management Console.
Which AWS service automatically handles capacity provisioning, load balancing, automatic scaling, and application health monitoring of compute instances running your .NET application?
AWS Elastic Beanstalk
Which database option is most suitable for a developer who needs a key-value NoSQL database for their .NET application?
DynamoDB is a low-latency key-value database solution supporting petabytes of data and tens of millions of read-and-write requests per second.
Which database engine is supported by Amazon Relational Database Service (Amazon RDS)?
SQL Server is one of many relational databases supported by Amazon RDS.
Which service is used to enable fine-grained access control for users accessing your .NET applications and AWS resources?
With IAM, you can precisely control which AWS resources can be accessed by your users and applications.
An application developer recently deployed their .NET application to the AWS Cloud. They now want to provide users with a sign-in using social identity providers such as Google, Amazon, or Facebook. Which AWS service should they use?
Cognito enables sign-in using social identify providers such as Google, Facebook, Amazon, or SAML 2.0.
Which of these is an AWS extension for a .NET developer tool?
AWS Toolkit for Visual Studio is a free extension for Microsoft Visual Studio on Windows.
Which developer tool enables .NET developers to provision their cloud infrastructure through .NET code?
AWS Cloud Development Kit (AWS CDK)