免费一看一级欧美-免费一区二区三区免费视频-免费伊人-免费影片-99精品网-99精品小视频

曙海教育集團
全國報名免費熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號) QQ:1299983702
首頁 課程表 在線聊 報名 講師 品牌 QQ聊 活動 就業
 
Cloud computing essentials for managers / software engineers 培訓
 
   班級規模及環境--熱線:4008699035 手機:15921673576( 微信同號)
       每期人數限3到5人。
   上課時間和地點
開課地址:【上海】同濟大學(滬西)/新城金郡商務樓(11號線白銀路站)【深圳分部】:電影大廈(地鐵一號線大劇院站) 【武漢分部】:佳源大廈【成都分部】:領館區1號【沈陽分部】:沈陽理工大學【鄭州分部】:錦華大廈【石家莊分部】:瑞景大廈【北京分部】:北京中山學院 【南京分部】:金港大廈
最新開班 (連續班 、周末班、晚班):2020年3月16日
   實驗設備
     ☆資深工程師授課
        
        ☆注重質量 ☆邊講邊練

        ☆合格學員免費推薦工作
        ★實驗設備請點擊這兒查看★
   質量保障

        1、培訓過程中,如有部分內容理解不透或消化不好,可免費在以后培訓班中重聽;
        2、培訓結束后,授課老師留給學員聯系方式,保障培訓效果,免費提供課后技術支持。
        3、培訓合格學員可享受免費推薦就業機會。

課程大綱
 
  • 1. Virtualization Details
    a. Operating System Concepts Overview
    i. CPU, Memory, Network, Storage
    b. Hypervisor
    i. Supervisor of Supervisors
    ii. “Host” machine and “guest” OS
    iii. Type-1 Hypervisor & Type-2 Hypervisor
    iv. Citrix XEN, VMware ESX/ESXi, MS Hyper-V, IBM LPAR.
    c. Network Virtualization
    i. Brief introduction to 7-Layer OSI Model
    1. Focus on Network layer
    ii. TCP/IP Model or Internet Protocol
    1. Focus on a single vertical
    a. Application Layer: SSL
    b. Network Layer: TCP
    c. Internet Layer: IPv4/IPv6
    d. Link Layer: Ethernet
    2. Packet structure
    iii. Addressing: IP Address and Domain Names
    iv. Firewall, Load Balancer, Router, Adapter
    v. Virtualized Network
    1. Higher-order abstractions: Subnets, Zones.
  • d. Hands-on Exercise:
    i. Familiarize with ESXi cluster and vSphere client.
    ii. Create/update networks in ESXi Cluster, deploys guests from VMDK
    packages, enable inter-connectivity between guests in an ESXi cluster.
    iii. Make modifications to a running VM instance and capture snapshot.
    iv. Update firewall rules in ESXi using vSphere client.
  • 2. Cloud Computing: A paradigm shift
    a. A fast, inexpensive runway to make product/solution available to the world
    b. Resource sharing
    i. Virtualization of virtualized environment
    c. Key benefits:
    i. Resource elasticity on-demand
    1. Ideate->Code- >Deploy without requiring infrastructure
    2. Rapid CI/CD pipelines
  • ii. Environment isolation and vertical autonomy
    iii. Security through layering
    iv. Expense optimization
    d. On-premise Cloud and Cloud Providers
    e. Cloud as an effective conceptual abstraction for distributed computing
  • 3. Introduction to Cloud Solution Layers:
    a. IaaS (Infrastructure as a Service)
    i. AWS, Azure, Google
    ii. Choose one Provider to continue later. AWS is recommended.
    1. Introduction to AWS VPC, AWS EC2 etc.
  • b. PaaS (Platform as a Service)
    i. AWS, Azure, Google, CloudFoundry, Heroku
    1. Introduction to AWS DynamoDB, AWS Kinesis etc.
  • c. SaaS (Software as a Service)
    i. Very brief overview
    ii. Microsoft Office, Confluence, SalesForce, Slack
    d. SaaS builds on PaaS that builds on IaaS that builds on Virtualization
  • 4. IaaS Cloud Hands-on Project
    a. The project uses AWS as the IaaS Cloud Provider
    b. Use CentOS/RHEL the operating system for the rest of the exercise
    i. Alternatively, Ubuntu will also do, but RHEL/CentOS are prefered
    c. Obtain individual AWS IAM accounts from your cloud admin
    d. Each student must do these steps independently
    i. The ability to carve your own entire infrastructure on-demand is the best demonstration of the power of cloud computing
    ii. Use AWS Wizards -- AWS online consoles -- to accomplish these tasks unless otherwise mentioned
    e. Create a public VPC in us-east- 1 Region
    i. Two Subnets (Subnet-1 and Subnet-2) in two different Availability Zones
  • 1. See http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Sce
    narios.html for reference.
    ii. Create three separate Security Groups
    1. SG-Internet
    a. Allows incoming traffic from Internet on https://443 and http://80
    b. No other incoming connections allowed
    2. SG-Service
    a. Allows incoming traffic only from security group SG-Internet on https://443 and http://80
    b. Allows ICMP only from SG-Internet
    c. No other incoming connections allowed
    3. SG-SSH:
  • a. Allows SSH:22 incoming connection only from a single IP that matches with the public IP of the student’s lab machine. In case the lab machine is behind a proxy then the public IP of the proxy.
  • f. Deploy an instance of an AMI pertaining to your chosen OS -- preferably latest RHEL/CentOS versions available in AMIs -- and host the instance on Subnet-1. Attach the instance to SG-Service and SG-SSH groups.
    g. Access the instance using SSH from your lab machine.
  • i. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstan
    cesLinux.html
  • h. Install NGINX server on this instance
    i. https://www.nginx.com/resources/wiki/start/topics/tutorials/install/
    i. Put static contents of your choice -- html pages, images -- to be served by
    NGINX (on port 80 0ver HTTP) and define URLs for them.
    i. See https://www.nginx.com/resources/admin-guide/serving- static-content/
    j. Test the URL from that machine itself.
    k. Create an AMI image from this running instance.
    i. See http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-
    ami-ebs.html .
  • l. Deploy that new AMI and host the instance on Subnet-2. Attach the instance to SG-Service and SG-SSH groups.
    m. Run the NGINX server and validate that the access URL for the static content as created in step (i) works.
    n. Create a new “classic” Elastic Load Balancer and attach it to SG-Internet.
    i. See http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-
    getting-started.html
    ii. Note the difference from Application Load Balancer and Network Load Balancer.
  • o. Create routing rule forwarding all http://80 and https://443 traffic to an instance group comprising the two instances create above.
    p. Using any certificate management tool -- java keytool etc. -- create a key-pair and self-signed certificate and import the certificate to AWS Certificate Manager (ACM)
    i. See http://docs.aws.amazon.com/acm/latest/userguide/import-
    certificate.html
    ii. Alternatively, ACM itself can be used as a certificate management and signing authority and a new certificate can be requested to ACM. But in that case a valid domain name must be used, corresponding domain admins must be available to validate the request, and an AWS Route53 entry then subsequently needs to be created to map onto ELB IP. These are more advanced steps and hence p.(i) is better recommended.
    q. Use this certificate for the ELB’s TLS/SSL connection to support https
  • i. See http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-
    server-cert.html
  • r. From your browser go to http:://<elb-public-access-name>/<static-content-url>
    s. You should see the static content on your browser.
    t. Stop each of the instances one at a time and submit the URLs.
    u. Stop both instances and submit the URLs.
  • 5. Cloud Monitoring: Introduction &amp; Hands-on Project
    a. AWS CloudWatch metrics
    b. Go to AWS CloudWatch dashboard for the instances
    i. Retrieve the relevant metrics and explain the variability with time
    1.http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_
    metrics_with_cloudwatch.html
    c. Go to AWS CloudWatch dashboard for the ELB
    i. Observe the ELB metrics and explain their variability with time
    1.http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/el
    b-cloudwatch- metrics.html
    6. Advanced Concepts for Further Learning:
    a. Hybrid Cloud -- on-premise and public cloud
    b. Migration: On-premise to public cloud
    i. Application code migration
    ii. Database migration
    c. DevOps
    i. Infrastructure as a code
    ii. AWS Cloud Formation Template
    d. Auto-scaling
    i. AWS CloudWatch metrics to determine health
 
  備案號:備案號:滬ICP備08026168號-1 .(2024年07月24日)....................
主站蜘蛛池模板: 国产精品久久久久久久毛片 | 岛国免费v片在线播放 | 四虎国产欧美成人影院 | 99视频全部免费精品全部四虎 | 特级毛片aaa免费版 特级毛片aaaa免费观看 | 午夜拍拍福利视频蜜桃视频 | 欧美 国产 日韩 第一页 | 欧美在线视频在线观看 | 久久久全国免费视频 | 欧美日本亚洲国产一区二区 | 日本一区二区三区精品国产 | 国产一二三四区在线观看 | 国产午夜精品理论片 | 国产精品亚洲欧美 | 高清一级毛片免免费看 | 亚洲国产成人久久午夜 | 日本人jizz | 四虎在线免费观看视频 | 中文字幕在线看日本大片 | 日本久久黄色 | 国产国拍亚洲精品福利 | 在线观看日韩www视频免费 | 愉拍自拍视频在线播放 | 亚洲视频在线网站 | 天天摸天天干天天操 | 噜噜在线 | 在线精品自拍亚洲第一区 | 日韩欧美一区二区三区中文精品 | 性视频网站在线 | 清纯唯美亚洲综合欧美色 | 茄子香蕉草莓丝瓜芭乐绿巨人 | 日韩久久精品一区二区三区 | 欧美日韩亚洲二区在线 | 亚洲人成影院在线高清 | 睡美人免费观看完整版韩国 | 男女黄网站 | 青青操视频在线免费观看 | 精新精新国产自在现拍欣赏网 | 国产在线麻豆精品 | 欧美精品1区2区 | 不卡视频在线播放 |