Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.  
  5. <head>
  6.  
  7. <!--Lawrence Lin Section 32-->
  8. <title>AWS</title>
  9.  
  10. </head>
  11.  
  12. <body>
  13. <table>
  14. <td><a href="main.html" style="color: yellow; background: black">Cloud Services</a></td>
  15. <td><a href="aws.html" style="color: blue; background: lightgreen">Amazon Web Services</a></td>
  16. <td><a href="azure.html" style="color: white; background: red">Microsoft Azure</a></td>
  17. </table>
  18.  
  19. <h1><b>Amazon Web Services</b></h1>
  20. <h2><b>AWS Service Information</b></h2>
  21.  
  22. <ul>
  23. <li><b>AWS</b></li>
  24.  
  25. <ul style="list-style-type:disc">
  26.  
  27. <li><b>Location of Headquaters</b></li>
  28.  
  29. <ul style="list-style-type:circle">
  30. <li>The company's headquaters is in Seattle</li>
  31. <li>They operate 38 facilities</li>
  32. </ul>
  33.  
  34. <li><b>International Locations</b></li>
  35.  
  36. <ul style="list-style-type:circle">
  37. <li>Locations include Canada, China, Europe, South America, Asia Pacific</li>
  38. <li>They run world wide in order to maintain quality and speed</li>
  39. </ul>
  40.  
  41. <li><b>Annual Revenue</b></li>
  42.  
  43. <ul style="list-style-type:circle">
  44. <li>Revenue is over 25 billion dollars</li>
  45. <li>It is a 45 percent increase compared to the previous year</li>
  46. </ul>
  47.  
  48. <li><b>Popular Services</b></li>
  49.  
  50. <ul style="list-style-type:circle">
  51. <li>Amazon S3 stores and retrieves data from the clopud</li>
  52. <li>Amazon EC2 provides scalable computing capacity in the AWS cloud</li>
  53. </ul>
  54.  
  55. <li><b>New Services</b></li>
  56.  
  57. <ul style="list-style-type:circle">
  58. <li>Amazon CloudFormation StackSets new automation features to streamline deployments of resources to multiple accounts</li>
  59. <li>Amazon EventBridge provides new content filtering options for builders</li>
  60. </ul>
  61.  
  62. </ul>
  63.  
  64.  
  65.  
  66.  
  67. </ul>
  68.  
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement