AWS TERMS Flashcards
(40 cards)
Amazon Connect
A service solution that offers easy, self-service configuration and enables dynamic, personal, and natural customer engagement at any scale.
ACE
APN Customer Engagements
AMMP = AWS Marketplace Management Portal
is the tool that you use to register as an AWS Marketplace seller and then to manage the products that you sell on the AWS marketplace. You can complete the following tasks on the portal:
Register as an AWS Marketplace seller
Use the products page to submit new software products and update existing software products
Monitor the status of your requests
Upload files needed to create and manage your new software products
Manage your software products into incremental channel revenue by taking advantage of the go-to-market activities
Measure the results of your marketing efforts within hours of launch, including the usage and revenue driven by your campaigns
Customer service reps can retrieve customer data in real-time
Initiate an automatic AMI scan to detect vulnerabilities.
AMI
Amazon Machine Image - An encrypted machine image stored in Amazon Elastic Block Store (Amazon EBS) or Amazon Simple Storage Service. AMIs are like a template of a computer’s root drive. They contain the operating system and can also include software and layers of your application, such as database servers, middleware, web servers, and so on.
ARN
Amazon Resource Name - A standardized way to refer to an AWS resource. For example: arn:aws:iam::123456789012:user/division_abc/subdivision_xyz/Bob.
APN
AWS Partner Network – partner program for technology and consulting businesses who leverage amazon web services to build solutions and services for customers. Offers business, technical and marketing support. In order to take advantage of this program you must already be selling on the MP.
ASSUMED ROLE (AWS)
having a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to.
AWS CLOUD FORMULATION TEMPLATE
simplifies provisioning and management on AWS. you can create CloudFormation templates(CTF) for the services or application architectures you want and have AWS CloudFormation use those templates for quick and reliable provisioning of the services or applications called “Stacks”. you can also easily update or replicate the stacks as needed.
AWS Lambda
A elastic computing service that runs backend code in response to events. Pay by usage. Code ran on lambda is called lambda functions.
AWS Promotional Credits
or AWS Credits, are used as an incentive to get MP customers to try their AMI-based product. They can be used for lead generation or free trials and webinars.
AWS SDK
AWS Software development Kit – a group of programming tools that let you access AWS services from the code.
AWS Security Token Service
STS - A web service that enables you to request temporary, limited-privilege credentials for AWS identity and Access Management (IAM) users or for users that you authenticate (Federated users).
AWS WAF
AWS web application firewall - helps protect you web applications or API against common web exploits.
CAR
Clusters and AWS Resources
CARMA
Clusters and AWS Resources Multiple AMI (private offers don’t work with it)
CARMA
Clusters and AWS Resources Multiple AMI (private offers don’t work with it)
CAS
Commerce analytic services – The AWS CAS lets your programmatically access product and customer data through the AWS marketplace. After you enroll in the service, you can access your usage, subscriptions, and billing reports through AWK SDK. The data you request using the SDK tools are delivered to your AWS account data sets. Most of the data sets correspond to the same data as the text-based reports available on the AWS marketplace management portal. You can request data sets for a specific date. And the data is delivered to the provided Amazon s3 bucket. Notification of the data delivery is provided by the amazon simple notification service (Amazon SNS)(data available in Downstream)
ccp
Contracts with Consumption Pricing - the main and most flexible SaaS listing type in AWS allowing both an upfront contract and the ability to meter with consumption throughout the life of the contract.
cluster
= A grouping of one or more container instances on which you can run task requests. Each account creates a default cluster, but you can create other clusters.
container
provide a way to virtualize an OS so that multiple workloads can run on a single OS instance. With VSs the hardware is being virtualized to run multiple OS instances. Containers speed, scalability and portability make them easier to manage than multiple instances running the same amount of processes.
CPPO
Consulting Partner private offers= Enables independent software vendors to authorize Consulting Partners to receive wholesale pricing on their software. This feature allows ISV’s to authorize Consulting Partners to own and maintain the financial and contractual relationship with customers in AWS Marketplace. Consulting partners can use the authorization to customize pricing, duration, end user license terms and additional services they man wish to include. Once the offer has been created and extended, customers can subscribe to the offer through their AWS marketplace management portal.
DOCKER
a PAAS products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from on another and bundle their own software, libraries and configuration files. They can communicate through well defined channels.
EC2 Instance
instance provides compute, memory and networking resources. There are different instances for different purposes.
ECS
Elastic Container Service - A highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of EC2 instances.