AWS CCP

Description

Mind Map on AWS CCP, created by Chira Mircea-Darius on 21/02/2021.
Chira Mircea-Darius
Mind Map by Chira Mircea-Darius, updated more than 1 year ago
Chira Mircea-Darius
Created by Chira Mircea-Darius about 3 years ago
6
0

Resource summary

AWS CCP
  1. exam info and tips
    1. can be in person or online
      1. costs 100$
        1. takes 90 min
          1. valid for 3 years
            1. contents
              1. cloud concepts 28%
                1. define the aws cloud and it's value proposition
                  1. indentify aspects of AWS Cloud economics
                    1. List the different cloud architecture design principles
                    2. security 24%
                      1. aws shared responsibility model
                        1. aws cloud security and compliance concepts
                          1. access management capabilities
                            1. resources for security support
                            2. Technology 36%
                              1. methods of deploying and operating in the AWS cloud
                                1. aws global infrastructure
                                  1. core AWS services
                                    1. technology support resources
                                    2. Billing and pricing 12%
                                      1. pricing models
                                        1. account structures in relation to AWS billing and pricing
                                          1. billing support resources
                                        2. questions can be multiple choice or multiple response
                                          1. resources
                                            1. AWS training
                                              1. AWS whitepapers
                                                1. support plans
                                              2. basic cloud computing
                                                1. the practice of using a network of remote servers hosted on the internet to store, manage, and process data, rather than a local server or a personal computer
                                                  1. on-premise vs cloud providers
                                                    1. 6 advantages and benefits
                                                      1. trade capital expense for variable expense
                                                        1. benefit from a massive economies of scale
                                                          1. stop guessing capacity
                                                            1. increase speed and agility
                                                              1. stop spending money on running and maintaining data centers
                                                                1. go global in minutes
                                                                2. types of cloud computing
                                                                  1. Saas
                                                                    1. PaaS
                                                                      1. IaaS
                                                                      2. deployment models
                                                                        1. cloud
                                                                          1. hybrid
                                                                            1. on-premise
                                                                          2. global infrastructure
                                                                            1. regions
                                                                              1. geographically distinct location
                                                                                1. has atleast 2 AZs
                                                                                  1. US-EAST is the biggest region
                                                                                    1. US-EAST-1 is where the billing info can be seen
                                                                                      1. not all services are available for all regions!
                                                                                      2. availibility zones
                                                                                        1. datacenter owned and operated by AWS
                                                                                          1. atleast 2 per region
                                                                                            1. represented by region code followed by a letter identifier us-east-1a
                                                                                              1. multi-AZ - distributing your instances across multiple AZs allows failover config for handling requests when one goes down
                                                                                                1. <10 ms latency between AZs
                                                                                                2. edge location
                                                                                                  1. datacenter owned by trusted partner
                                                                                                    1. serve requests for cloudfront and route53
                                                                                                      1. requests going to either of these services will be routed to the nearest edge location automatically
                                                                                                      2. S3 transfer acceleration and API gateway also use AWS Edge Network
                                                                                                        1. low latency no matter where the end user is geographically located
                                                                                                          1. outnumber AZs
                                                                                                          2. govcloud regions
                                                                                                            1. special region for sensitive info
                                                                                                              1. US citizens on US soil
                                                                                                            2. Billing
                                                                                                              1. preferences
                                                                                                                1. can enable pdf invoicing
                                                                                                                  1. can enable free tier alerts
                                                                                                                    1. can enable custom alerts which can't be disabled
                                                                                                                    2. budgets
                                                                                                                      1. cost
                                                                                                                        1. Monitor your costs against a specified amount and receive alerts when your user-defined thresholds are met.
                                                                                                                        2. reservation
                                                                                                                          1. Track the RI Utilization or RI Coverage associated with your reservations. These budgets support Amazon EC2, RDS, Redshift, ElastiCache and Elasticsearch reservation models.
                                                                                                                          2. savings plan
                                                                                                                            1. Track the utilization and coverage associated with your Savings Plans.
                                                                                                                            2. usage
                                                                                                                              1. Monitor your usage of one or more specified usage types or usage type groups and receive alerts when your user-defined thresholds are met.
                                                                                                                            3. it's all on US-EAST 1 (N. Virginia)
                                                                                                                              1. cloudwatch
                                                                                                                                1. Set alarms on any of your metrics to receive notifications when your metric crosses your specified threshold.
                                                                                                                              2. IAM
                                                                                                                                1. security principles
                                                                                                                                  1. Establishing a principle of least privilege ensures that identities are only permitted to perform the most minimal set of functions necessary to fulfill a specific task, while balancing usability and efficiency.
                                                                                                                                    1. Centrally manage and govern your environment as you scale your AWS resources. Easily create new AWS accounts, group accounts to organize your workflows, and apply policies to accounts or groups for governance.
                                                                                                                                      1. Manage users and access across multiple services from your preferred identity source. Using AWS Single Sign-On centrally manage access to multiple AWS accounts and provide users with single sign-on access to all their assigned accounts from one place.
                                                                                                                                        1. For extra security, we recommend that you require multi-factor authentication (MFA) for all users.
                                                                                                                                          1. Change your own passwords and access keys regularly, and make sure that all users in your account do as well.
                                                                                                                                            1. Enable IAM Access Analyzer to analyze public, cross-account, and cross-organization access.
                                                                                                                                            2. creating users
                                                                                                                                              1. done by admin
                                                                                                                                                1. most ppl should be power users, instead of admin best practice
                                                                                                                                              2. EC2
                                                                                                                                                1. actual servers
                                                                                                                                                  1. connecting
                                                                                                                                                    1. you need to setup IAM or something else at first
                                                                                                                                                      1. IAM
                                                                                                                                                        1. SSM
                                                                                                                                                          1. AWS recommended way
                                                                                                                                                            1. simple session manager
                                                                                                                                                              1. has history
                                                                                                                                                            2. autoscaling groups
                                                                                                                                                              1. AMI
                                                                                                                                                                1. created from ec2 instance
                                                                                                                                                                2. creates instances as needed
                                                                                                                                                                3. EC2 - pricing models
                                                                                                                                                                  1. reserved
                                                                                                                                                                    1. BEST LONG TERM (up to 75% off)
                                                                                                                                                                      1. steady state or predictable usage
                                                                                                                                                                        1. commit to EC2 over 1 or 3 year term
                                                                                                                                                                          1. can resell unused reserved instances
                                                                                                                                                                          2. on demand
                                                                                                                                                                            1. low cost and fleixble
                                                                                                                                                                              1. only pay per hour
                                                                                                                                                                                1. short term, spiky, unpredictable workloads
                                                                                                                                                                                  1. cannot be interrupted
                                                                                                                                                                                    1. for first time apps
                                                                                                                                                                                      1. LEAST COMMITEMENT
                                                                                                                                                                                      2. spot
                                                                                                                                                                                        1. requests spare computing capacity
                                                                                                                                                                                          1. flexible start and end times
                                                                                                                                                                                            1. can handle iterruptions
                                                                                                                                                                                              1. for non-critical background jobs
                                                                                                                                                                                                1. BIGGEST SAVING (up to 90%)
                                                                                                                                                                                                2. dedicated
                                                                                                                                                                                                  1. MOST EXPENSIVE
                                                                                                                                                                                                    1. dedicated servers
                                                                                                                                                                                                      1. can be on-demand or reserved (upto 70% off)
                                                                                                                                                                                                        1. when u need a guarantee of isolate hardware (enterprise needs)
                                                                                                                                                                                                    2. Elastic Load Balancer
                                                                                                                                                                                                      1. used for preventing downtime
                                                                                                                                                                                                        1. types
                                                                                                                                                                                                          1. applicaton
                                                                                                                                                                                                            1. network
                                                                                                                                                                                                              1. classic
                                                                                                                                                                                                              2. target group
                                                                                                                                                                                                                1. reference to instances to which to route traffic to
                                                                                                                                                                                                                2. has a domain name to point traffik to
                                                                                                                                                                                                                  1. terminating it does not kil target group instances
                                                                                                                                                                                                                  2. S3
                                                                                                                                                                                                                    1. cloud storage
                                                                                                                                                                                                                      1. have their own unique names globally
                                                                                                                                                                                                                        1. s3 is global but buckets are regional
                                                                                                                                                                                                                        2. Cloudfront
                                                                                                                                                                                                                          1. content distribution network
                                                                                                                                                                                                                            1. can link to bucket, bucket will be copied around the world for efficiency, to edge locations
                                                                                                                                                                                                                            2. RDS
                                                                                                                                                                                                                              1. tiers
                                                                                                                                                                                                                                1. production
                                                                                                                                                                                                                                  1. test
                                                                                                                                                                                                                                    1. free tier
                                                                                                                                                                                                                                    2. various options
                                                                                                                                                                                                                                      1. common ones
                                                                                                                                                                                                                                        1. aurora - kinda mysql kinda postgresql
                                                                                                                                                                                                                                      2. lambda
                                                                                                                                                                                                                                        1. different runtimes
                                                                                                                                                                                                                                          1. can run for ~50 max!
                                                                                                                                                                                                                                            1. various triggers and integrations
                                                                                                                                                                                                                                            2. Support plans
                                                                                                                                                                                                                                              1. 4 levels
                                                                                                                                                                                                                                                1. basic
                                                                                                                                                                                                                                                  1. developer
                                                                                                                                                                                                                                                    1. business
                                                                                                                                                                                                                                                      1. enterprise
                                                                                                                                                                                                                                                      2. differences
                                                                                                                                                                                                                                                        1. response times
                                                                                                                                                                                                                                                          1. advisory checks
                                                                                                                                                                                                                                                            1. pricing
                                                                                                                                                                                                                                                              1. contact options
                                                                                                                                                                                                                                                            2. marketplace
                                                                                                                                                                                                                                                              1. various categories
                                                                                                                                                                                                                                                                1. can be free or associated charge
                                                                                                                                                                                                                                                                  1. you can also subscribe to stuff
                                                                                                                                                                                                                                                                  2. trusted advisor
                                                                                                                                                                                                                                                                    1. advises u on security, saving money, performance, service limits and fault tolerance
                                                                                                                                                                                                                                                                      1. 7 on the free tier
                                                                                                                                                                                                                                                                        1. types
                                                                                                                                                                                                                                                                          1. cost optimization
                                                                                                                                                                                                                                                                            1. performance
                                                                                                                                                                                                                                                                              1. security
                                                                                                                                                                                                                                                                                1. service limits
                                                                                                                                                                                                                                                                                  1. fault tolerance
                                                                                                                                                                                                                                                                                2. consolidated billing
                                                                                                                                                                                                                                                                                  1. 1 org, multiple member accounts
                                                                                                                                                                                                                                                                                    1. treated as they were 1 billing account
                                                                                                                                                                                                                                                                                      1. Cost explorer
                                                                                                                                                                                                                                                                                        1. visualiser for incurred cost
                                                                                                                                                                                                                                                                                          1. lots of options for visualizing and filtering
                                                                                                                                                                                                                                                                                          2. volume discounts
                                                                                                                                                                                                                                                                                            1. the more you use something, the less u pay?
                                                                                                                                                                                                                                                                                            2. Budgets
                                                                                                                                                                                                                                                                                              1. alarms on steroids
                                                                                                                                                                                                                                                                                                1. 3 types
                                                                                                                                                                                                                                                                                                  1. cost
                                                                                                                                                                                                                                                                                                    1. usage
                                                                                                                                                                                                                                                                                                      1. reservation
                                                                                                                                                                                                                                                                                                      2. can be tracked monthly, quartely, yearly levels with custom start and end dates
                                                                                                                                                                                                                                                                                                        1. exceed or approaching your budget
                                                                                                                                                                                                                                                                                                        2. Total Cost Ownership
                                                                                                                                                                                                                                                                                                          1. estimate how much you would save when moving to AWS from on-premise
                                                                                                                                                                                                                                                                                                            1. provides detailed set of reports
                                                                                                                                                                                                                                                                                                          2. AWS landing zone
                                                                                                                                                                                                                                                                                                            1. quickly setup a secure AWS multiaccount
                                                                                                                                                                                                                                                                                                              1. AWS account Vending Machine
                                                                                                                                                                                                                                                                                                                1. auto provision and config new accounts via Service Catalog Template
                                                                                                                                                                                                                                                                                                                  1. uses Single Sign-on (SSO) for managing accessing accounts
                                                                                                                                                                                                                                                                                                                2. tags
                                                                                                                                                                                                                                                                                                                  1. words / phrases that act as metadata for organizing your AWS resources
                                                                                                                                                                                                                                                                                                                    1. resource groups - collection of resources that share one or more tags
                                                                                                                                                                                                                                                                                                                    2. quick starts
                                                                                                                                                                                                                                                                                                                      1. prebuilt templates by AWS and AWS partners
                                                                                                                                                                                                                                                                                                                        1. 3 parts
                                                                                                                                                                                                                                                                                                                          1. 1. reference architecture for deployment
                                                                                                                                                                                                                                                                                                                            1. 2. aws cloud formation templates that automate and configure the deployment
                                                                                                                                                                                                                                                                                                                              1. 3. deployment guide explaining the architecture and implementation in detail
                                                                                                                                                                                                                                                                                                                            2. cost and usage report
                                                                                                                                                                                                                                                                                                                              1. place the reports in s3
                                                                                                                                                                                                                                                                                                                                1. use athena to turn the report into a queryable database
                                                                                                                                                                                                                                                                                                                                  1. use quicksight to visualize your billing data as graphs
                                                                                                                                                                                                                                                                                                                                  2. organizations and accounts
                                                                                                                                                                                                                                                                                                                                    1. organizations
                                                                                                                                                                                                                                                                                                                                      1. centrally manage billing, control access, compliance, security and share resources across your AWS account
                                                                                                                                                                                                                                                                                                                                      2. root account user
                                                                                                                                                                                                                                                                                                                                        1. is a single sign-in identity that has complete access to all AWS services and resources in an account
                                                                                                                                                                                                                                                                                                                                        2. organization units
                                                                                                                                                                                                                                                                                                                                          1. group of AWS accounts within an organization which can also contain other organizational units
                                                                                                                                                                                                                                                                                                                                          2. service control policies
                                                                                                                                                                                                                                                                                                                                            1. give central control over the allowed permissions for all accounts in your organization
                                                                                                                                                                                                                                                                                                                                          3. networking
                                                                                                                                                                                                                                                                                                                                            1. NACLs - firewalls at the subnet level
                                                                                                                                                                                                                                                                                                                                              1. security groups act as firewall at the instance level
                                                                                                                                                                                                                                                                                                                                                1. VPC logically isolated section of the AWS cloud
                                                                                                                                                                                                                                                                                                                                                  1. route table
                                                                                                                                                                                                                                                                                                                                                    1. IGW
                                                                                                                                                                                                                                                                                                                                                      1. Subnets are logical partition of an IP network into multiple smaller network segments
                                                                                                                                                                                                                                                                                                                                                      2. Database services
                                                                                                                                                                                                                                                                                                                                                        1. most important
                                                                                                                                                                                                                                                                                                                                                          1. dynamo db
                                                                                                                                                                                                                                                                                                                                                            1. nosql key/value db (cassandra)
                                                                                                                                                                                                                                                                                                                                                            2. redshift
                                                                                                                                                                                                                                                                                                                                                              1. columnar database, petabyte warehouse
                                                                                                                                                                                                                                                                                                                                                              2. aurora
                                                                                                                                                                                                                                                                                                                                                                1. mysql (5x faster) and psql (3x faster) fully managed
                                                                                                                                                                                                                                                                                                                                                                  1. serverless - only runs when u need it, like aws lambda
                                                                                                                                                                                                                                                                                                                                                                2. other
                                                                                                                                                                                                                                                                                                                                                                  1. documentdb
                                                                                                                                                                                                                                                                                                                                                                    1. nosql document database that is mongodb compatible
                                                                                                                                                                                                                                                                                                                                                                    2. neptune - managed graph database
                                                                                                                                                                                                                                                                                                                                                                      1. elasticcache
                                                                                                                                                                                                                                                                                                                                                                        1. redis or memcached db
                                                                                                                                                                                                                                                                                                                                                                      1. provisioning - the allocation or creation of resources and services to a customer
                                                                                                                                                                                                                                                                                                                                                                        1. elastic beanstalk - deploy and scale web apps (kinda like heroku)
                                                                                                                                                                                                                                                                                                                                                                          1. OpsWorks - confg management service that provides managed instances of Chef and Puppet
                                                                                                                                                                                                                                                                                                                                                                            1. CloudFormation - infrastrucre as code, JSON or YAML
                                                                                                                                                                                                                                                                                                                                                                              1. AWS QuickStart - premade packages that can launch and configure your AWS compute, network, storage, and other services required to deploy
                                                                                                                                                                                                                                                                                                                                                                                1. AWS marketplace - digital catalogue of software listings from vendors
                                                                                                                                                                                                                                                                                                                                                                                2. computing
                                                                                                                                                                                                                                                                                                                                                                                  1. EC2 - elastic compute cloud
                                                                                                                                                                                                                                                                                                                                                                                    1. elastic container service - docker as a service
                                                                                                                                                                                                                                                                                                                                                                                      1. fargate - microservices where u dont think about the infrastructure, pay per task
                                                                                                                                                                                                                                                                                                                                                                                        1. EKS - kubernetes as a service
                                                                                                                                                                                                                                                                                                                                                                                          1. lambda - serverless functions
                                                                                                                                                                                                                                                                                                                                                                                            1. elastic beanstalk - orchestrate various AWS services
                                                                                                                                                                                                                                                                                                                                                                                              1. aws batch - plans, schedules, and executes your batch computing workloads across the full range of AWS compute services such as ec2 and spot instances
                                                                                                                                                                                                                                                                                                                                                                                              2. storage
                                                                                                                                                                                                                                                                                                                                                                                                1. s3
                                                                                                                                                                                                                                                                                                                                                                                                  1. s3 glacier - low cost storage for archiving and long-term backup
                                                                                                                                                                                                                                                                                                                                                                                                    1. storage gateway - hybrid cloud storage with local caching
                                                                                                                                                                                                                                                                                                                                                                                                      1. Elastic Block Storage - hard drive in the cloud to attach to EC2 instances
                                                                                                                                                                                                                                                                                                                                                                                                        1. Elastic File Storage - file storage mountable to multiple EC2 instances
                                                                                                                                                                                                                                                                                                                                                                                                          1. Snowball - physically migrate lots of data via computer suitcase!?
                                                                                                                                                                                                                                                                                                                                                                                                            1. snowball edge - better version for 100 + tb
                                                                                                                                                                                                                                                                                                                                                                                                              1. snowmobile - shipping container, pulled by a semi-trailer truck - 100 PB
                                                                                                                                                                                                                                                                                                                                                                                                              2. business centric services
                                                                                                                                                                                                                                                                                                                                                                                                                1. amazon connect - call center
                                                                                                                                                                                                                                                                                                                                                                                                                  1. workspaces - virtual remote desktop
                                                                                                                                                                                                                                                                                                                                                                                                                    1. workdocs - content creation and collaboration service (like sharepoint)
                                                                                                                                                                                                                                                                                                                                                                                                                      1. chime - aws zoom?
                                                                                                                                                                                                                                                                                                                                                                                                                        1. workmail - managed business email
                                                                                                                                                                                                                                                                                                                                                                                                                          1. pinpoint - marketing campaigns
                                                                                                                                                                                                                                                                                                                                                                                                                            1. simple email service - email sending service
                                                                                                                                                                                                                                                                                                                                                                                                                              1. quicksight - BI service
                                                                                                                                                                                                                                                                                                                                                                                                                              2. enterprise integrations
                                                                                                                                                                                                                                                                                                                                                                                                                                1. direct connect - dedicated gigabit network connection from your premises to AWS
                                                                                                                                                                                                                                                                                                                                                                                                                                  1. VPN - secure connection to AWS
                                                                                                                                                                                                                                                                                                                                                                                                                                    1. site to site or client vpn
                                                                                                                                                                                                                                                                                                                                                                                                                                    2. storage gateway - hybrid storage service that enables your on-premises applications to use AWS cloud storage
                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Active Directory - something for microsoft?
                                                                                                                                                                                                                                                                                                                                                                                                                                      2. logging services
                                                                                                                                                                                                                                                                                                                                                                                                                                        1. cloudtrail
                                                                                                                                                                                                                                                                                                                                                                                                                                          1. cloudwatch
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. logs / metrics / events/ alarms / dashboard
                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Shared responsibility model
                                                                                                                                                                                                                                                                                                                                                                                                                                          1. data config for the customer
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. hardware operation of managed services and global infra for AWS
                                                                                                                                                                                                                                                                                                                                                                                                                                            2. compliance programs
                                                                                                                                                                                                                                                                                                                                                                                                                                              1. artifact - get compliance report
                                                                                                                                                                                                                                                                                                                                                                                                                                              2. inspector
                                                                                                                                                                                                                                                                                                                                                                                                                                                1. runs assesment of EC2 instance
                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. install agent
                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Web Application Firewall
                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. attached in front of cloudfront
                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Shield
                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. managed DDoS protection service
                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. free and paid tiers available
                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. penetration testing
                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. a few services u are allowed to pentest, some are not
                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. guard duty
                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. analize logs for intrussions
                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. threat detection system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. Key Management Service
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. create and control encryption keys
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. in memory
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. envelope encryption
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Macie
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. s3 access monitor
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. detects lots of stuff such as access and info loss and alerts
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. can rank users
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Show full summary Hide full summary

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Similar

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Gender Theorists
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Hazel Meades
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CHEMISTRY C1 3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          x_clairey_x
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          American West - Key Dates
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Rachel I-J
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GCSE Biology, Module B4
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          jessmitchell
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Presentations in English
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Alice McClean
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Novidades: Mapas Mentais de ExamTime
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          miminoma
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GCSE AQA Chemistry - Unit 2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          James Jolliffe
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Biology -B2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sian Griffiths
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Using GoConqr to study English literature
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sarah Egan
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          New GCSE Maths
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sarah Egan
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1PR101 2.test - Část 7.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nikola Truong