[
  {
    "path": ".github/workflows/contributors.yml",
    "content": "name: Add contributors\non:\n  push:\n    branches:\n      - master\n  workflow_dispatch:\n\njobs:\n  add-contributors:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - uses: BobAnkh/add-contributors@master\n      with:\n        REPO_NAME: 'zoph-io/awscon-onepager'\n        CONTRIBUTOR: '## Contributors'\n        COLUMN_PER_ROW: '6'\n        ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}\n        IMG_WIDTH: '60'\n        FONT_SIZE: '10'\n        PATH: 'README.md'\n        COMMIT_MESSAGE: 'docs(README): update contributors'\n        AVATAR_SHAPE: 'round'"
  },
  {
    "path": ".gitignore",
    "content": ".vscode\n\ntemplate.md"
  },
  {
    "path": "LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright 2020 Victor GRENU\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License."
  },
  {
    "path": "README.md",
    "content": "# 📝 AWScon-OnePager (no longer maintained)\n\n> 2022-11-29: This repository is no longer maintained as there is better alternatives nowadays: [here](https://awsnews.info), [here](https://aws.amazon.com/about-aws/whats-new/2022/) or [here](https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2022/).\n\nThis repository intends to centralize digest one-pagers recap about [AWS Events / Conferences](https://aws.amazon.com/events/).\n\n## Index\n\n1. [re:Invent](https://reinvent.awsevents.com/)\n   - [2018](reinvent/reinvent-2018.md)\n   - [2019](reinvent/reinvent-2019.md)\n   - [2020](reinvent/reinvent-2020.md)\n   - [2021](reinvent/reinvent-2021.md)\n   - [2022](reinvent/reinvent-2022.md)\n2. [re:Inforce](https://reinforce.awsevents.com/)\n   - [2022](reinforce/reinforce-2022.md)\n3. [re:Mars](https://remars.amazonevents.com/)\n4. [Innovate](https://aws.amazon.com/events/aws-innovate/)\n\n## License\n\n[Apache License Version 2.0](LICENSE)\n\n## Contributors\n\n<table>\n<tr>\n    <td align=\"center\" style=\"word-wrap: break-word; width: 90.0; height: 90.0\">\n        <a href=https://github.com/z0ph>\n            <img src=https://avatars.githubusercontent.com/u/20846187?v=4 width=\"60;\"  style=\"border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px\" alt=Victor GRENU/>\n            <br />\n            <sub style=\"font-size:10px\"><b>Victor GRENU</b></sub>\n        </a>\n    </td>\n    <td align=\"center\" style=\"word-wrap: break-word; width: 90.0; height: 90.0\">\n        <a href=https://github.com/donatoaz>\n            <img src=https://avatars.githubusercontent.com/u/127527?v=4 width=\"60;\"  style=\"border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px\" alt=Donato Azevedo/>\n            <br />\n            <sub style=\"font-size:10px\"><b>Donato Azevedo</b></sub>\n        </a>\n    </td>\n    <td align=\"center\" style=\"word-wrap: break-word; width: 90.0; height: 90.0\">\n        <a href=https://github.com/flemzord>\n            <img src=https://avatars.githubusercontent.com/u/1952914?v=4 width=\"60;\"  style=\"border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px\" alt=Maxence Maireaux/>\n            <br />\n            <sub style=\"font-size:10px\"><b>Maxence Maireaux</b></sub>\n        </a>\n    </td>\n    <td align=\"center\" style=\"word-wrap: break-word; width: 90.0; height: 90.0\">\n        <a href=https://github.com/t-richard>\n            <img src=https://avatars.githubusercontent.com/u/22999032?v=4 width=\"60;\"  style=\"border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px\" alt=Thibault RICHARD/>\n            <br />\n            <sub style=\"font-size:10px\"><b>Thibault RICHARD</b></sub>\n        </a>\n    </td>\n    <td align=\"center\" style=\"word-wrap: break-word; width: 90.0; height: 90.0\">\n        <a href=https://github.com/gricey432>\n            <img src=https://avatars.githubusercontent.com/u/1611345?v=4 width=\"60;\"  style=\"border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px\" alt=Mitchell Grice/>\n            <br />\n            <sub style=\"font-size:10px\"><b>Mitchell Grice</b></sub>\n        </a>\n    </td>\n</tr>\n</table>\n\n\n## Contribute\n\nPlease, don't hesitate to contribute to these one-pagers, just create a Pull Request from your forked git repository. Thanks! 🤝\n\n## About\n\n[![zoph.io logo](https://zoph.io/img/logo-right.png)](https://zoph.io)\n\n- :brain: AWS Consulting boutique - [zoph.io](https://zoph.io) (Architecture Design, Security, and Automation)\n- :money_with_wings: Tackle your unusd AWS assets with [unusd.cloud](https://unusd.cloud)\n- :love_letter: [AWS Security Digest Newsletter](https://asd.zoph.io)\n- :mag_right: Follow updates made to AWS Managed IAM Policies using [MAMIP](https://github.com/z0ph/MAMIP) and associated bots: [@mamip_aws](https://twitter.com/mamip_aws) | [@mase_aws](https://twitter.com/mase_aws) | [@mgda_aws](https://twitter.com/mgda_aws).\n\n\n![](https://track.zoph.io/image/puCwRxwCB9TMY7KAbE6z.png)\n"
  },
  {
    "path": "reinforce/reinforce-2022.md",
    "content": "Caption\n\n- 🚀 = Launch / New Service\n- 🍫 = New feature / Enhancement\n- 🌊 = Preview\n\n## re:Inforce'22 (July 26 – 27, 2022 | BOSTON, MA)\n\n#### July 26th\n\n- 🍫 [AWS Single Sign-On (AWS SSO) is now AWS IAM Identity Center](https://aws.amazon.com/about-aws/whats-new/2022/07/aws-single-sign-on-aws-sso-now-aws-iam-identity-center/)\n- 🌊 [AWS announces AWS Wickr (Preview)](https://aws.amazon.com/about-aws/whats-new/2022/07/aws-announces-aws-wickr-preview/)\n- 🍫 [Malware protection now a feature of Amazon GuardDuty](https://aws.amazon.com/about-aws/whats-new/2022/07/malware-protection-feature-amazon-guardduty/)\n- 🍫 [AWS Security Hub now receives Amazon GuardDuty Malware Protection findings](https://aws.amazon.com/about-aws/whats-new/2022/07/aws-security-hub-receives-amazon-guardduty-malware-protection-findings/)\n- 🍫 [AWS Config conformance packs now provide scores to help you track resource compliance](https://aws.amazon.com/about-aws/whats-new/2022/07/aws-config-conformance-packs-scores-track-resource-compliance/)\n\n#### July 27th\n\n- []()\n- []()\n\n## 🍿 Videos & Labs\n\n- [Youtube Channel](https://www.youtube.com/c/AWSEventsChannel)\n\n## 📰 Blog posts\n\n## 📫 Credits\n\n[![zoph.io logo](https://zoph.io/img/logo-right.png)](https://zoph.io)\n\n- :muscle: [re:Inforce website](https://reinforce.awsevents.com/)\n- 💌 [@zoph](https://twitter.com/zoph) / [Blog](https://zoph.me/)\n- :shopping_cart: [zoph.io - Cloud Advisory Boutique](https://zoph.io)\n"
  },
  {
    "path": "reinvent/reinvent-2018.md",
    "content": "## Pre-re:Invent'18 Launches 🚀 (November 2018)\n\n* [AWS Region in Milan, Italy](https://aws.amazon.com/blogs/aws/in-the-works-aws-region-in-milan-italy/).\n* [CloudFormation Drift Detection](https://aws.amazon.com/blogs/aws/new-cloudformation-drift-detection/).\n* [EC2 Auto Scaling Groups With Multiple Instance Types & Purchase Options](https://aws.amazon.com/blogs/aws/new-ec2-auto-scaling-groups-with-multiple-instance-types-purchase-options/).\n* [Train Custom Document Classifiers with Amazon Comprehend](https://aws.amazon.com/blogs/aws/new-train-custom-document-classifiers-with-amazon-comprehend/).\n* [Amazon S3 Block Public Access – Another Layer of Protection for Your Accounts and Buckets](https://aws.amazon.com/blogs/aws/amazon-s3-block-public-access-another-layer-of-protection-for-your-accounts-and-buckets/).\n* [Using AWS CodePipeline to Perform Multi-Region Deployments](https://aws.amazon.com/blogs/devops/using-aws-codepipeline-to-perform-multi-region-deployments/).\n* [AWS Resource Access Manager – Cross-Account Resource Sharing](https://aws.amazon.com/blogs/aws/new-aws-resource-access-manager-cross-account-resource-sharing/).\n* [AWS GovCloud (US-East) Now Open](https://aws.amazon.com/blogs/aws/aws-govcloud-us-east-now-open/).\n* [Amazon Route 53 Resolver for Hybrid Clouds](https://aws.amazon.com/blogs/aws/new-amazon-route-53-resolver-for-hybrid-clouds/).\n* [Predictive Scaling for EC2, Powered by Machine Learning](https://aws.amazon.com/blogs/aws/new-predictive-scaling-for-ec2-powered-by-machine-learning/).\n\n## re:Invent'18 (Nov. 26-30, 2018 - Las Vegas, NV)\n\n- 🚀 = Launch\n- 🍫 = New feature / enhancement\n- 🌊 = Preview\n\n### Day 1 🤖 - 26th\n\n* 🚀 [AWS RoboMaker – Develop, Test, Deploy, and Manage Intelligent Robotics Apps](https://aws.amazon.com/blogs/aws/aws-robomaker-develop-test-deploy-and-manage-intelligent-robotics-apps/).\n* 🚀 [AWS DataSync – Automated and Accelerated Data Transfer](https://aws.amazon.com/blogs/aws/new-aws-datasync-automated-and-accelerated-data-transfer/).\n* 🚀 [AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3](https://aws.amazon.com/blogs/aws/new-aws-transfer-for-sftp-fully-managed-sftp-service-for-amazon-s3/).\n* 🍫 [Automatic Cost Optimization for Amazon S3 via Intelligent Tiering](https://aws.amazon.com/blogs/aws/new-automatic-cost-optimization-for-amazon-s3-via-intelligent-tiering/).\n* 🍫 [Snowball Edge with More Compute Power and a GPU](https://aws.amazon.com/blogs/aws/coming-soon-snowball-edge-with-more-compute-power-and-a-gpu/).\n* 🍫 [Doubled EBS Provisioned IOPS Performance](http://aws.amazon.com/about-aws/whats-new/2018/11/amazon-elastic-block-store-announces-double-the-performance-of-provisioned-iops-volumes).\n* 🍫 [AWS Amplify Console](http://aws.amazon.com/about-aws/whats-new/2018/11/announcing-aws-amplify-console).\n* 🍫 [Introducing Dynamic Training for deep learning with Amazon EC2](https://aws.amazon.com/blogs/machine-learning/introducing-dynamic-training-for-deep-learning-with-amazon-ec2/).\n* 🌊 [Amazon S3 Batch Operations](https://pages.awscloud.com/S3BatchOperations-Preview.html).\n* 🍫 [EFS Infrequent Access Storage Class](https://aws.amazon.com/efs).\n* 🚀 [Amazon’s own ‘Machine Learning University’ now available to all developers](https://aws.amazon.com/blogs/machine-learning/amazons-own-machine-learning-university-now-available-to-all-developers/).\n* 🍫 [AWS Global Accelerator for Availability and Performance](https://aws.amazon.com/blogs/aws/new-aws-global-accelerator-for-availability-and-performance/?sc_channel=sm&sc_publisher=TWITTER&sc_country=re:Invent&sc_geo=GLOBAL&sc_outcome=awareness&trk=AWS_reInvent_2018_launch_AWSGlobalAccelerator_TWITTER&sc_content=AWS_reInvent_2018_launch_AWSGlobalAccelerator&linkId=60208376).\n* 🚀 [EC2 Instances (A1) Powered by Arm-Based AWS Graviton Processors](https://aws.amazon.com/blogs/aws/new-ec2-instances-a1-powered-by-arm-based-aws-graviton-processors/?sc_channel=sm&sc_publisher=TWITTER&sc_country=re:Invent&sc_geo=GLOBAL&sc_outcome=awareness&trk=AWS_reInvent_2018_launch_EC2A1Instance_TWITTER&sc_content=AWS_reInvent_2018_launch_EC2A1Instance&linkId=60208917).\n* 🚀 [Use an AWS Transit Gateway to Simplify Your Network Architecture](https://aws.amazon.com/blogs/aws/new-use-an-aws-transit-gateway-to-simplify-your-network-architecture/).\n* 🍫 [C5n Instances with 100 Gbps Networking](https://aws.amazon.com/blogs/aws/new-c5n-instances-with-100-gbps-networking/).\n* 🚀 [Lightweight Virtualization for Serverless Computing](https://aws.amazon.com/blogs/aws/firecracker-lightweight-virtualization-for-serverless-computing/).\n* 🍫 [Announcing AWS Key Management Service (KMS) Custom Key Store](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/announcing-aws-key-management-service-kms-custom-key-store/).\n\n### Day 2 🛰 - 27th\n\n* 🚀 [AWS Ground Station – Ingest and Process Data from Orbiting Satellites](https://aws.amazon.com/blogs/aws/aws-ground-station-ingest-and-process-data-from-orbiting-satellites/).\n* 🍫 [APN Program Launches and Updates Announced at AWS re:Invent 2018](https://aws.amazon.com/blogs/apn/apn-program-launches-and-updates-announced-at-aws-reinvent-2018/).\n* 🌊 [Amazon QuickSight announces ML Insights in preview](https://aws.amazon.com/blogs/big-data/amazon-quicksight-announces-ml-insights-in-preview/).\n* 🍫 [Embed interactive dashboards in your application with Amazon QuickSight](https://aws.amazon.com/blogs/big-data/embed-interactive-dashboards-in-your-application-with-amazon-quicksight/).\n* 🚀 [AWS Elemental MediaConnect for ingestion and distribution of video in the cloud.](https://aws.amazon.com/blogs/aws/new-aws-elemental-mediaconnect-for-ingestion-and-distribution-of-video-in-the-cloud/).\n* 🍫 [Amazon CloudWatch Logs Insights – Fast, Interactive Log Analytics](https://aws.amazon.com/blogs/aws/new-amazon-cloudwatch-logs-insights-fast-interactive-log-analytics/).\n* 🍫 [Build a Continuous Delivery Pipeline for Your Container Images with Amazon ECR as Source](https://aws.amazon.com/blogs/devops/build-a-continuous-delivery-pipeline-for-your-container-images-with-amazon-ecr-as-source/).\n* 🍫 [Use AWS CodeDeploy to Implement Blue/Green Deployments for AWS Fargate and Amazon ECS](https://aws.amazon.com/blogs/devops/use-aws-codedeploy-to-implement-blue-green-deployments-for-aws-fargate-and-amazon-ecs/).\n* 🚀 [Introducing Amazon Translate Custom Terminology](https://aws.amazon.com/blogs/machine-learning/introducing-amazon-translate-custom-terminology/).\n* 🍫 [Using Bluetooth Low Energy with Amazon FreeRTOS on Espressif ESP32](https://aws.amazon.com/blogs/iot/using-bluetooth-low-energy-with-amazon-freertos-on-espressif-esp32/).\n* 🍫 [Amazon Kinesis Data Analytics for Java](https://aws.amazon.com/blogs/aws/new-amazon-kinesis-data-analytics-for-java/).\n* 🍫 [AWS Mobile gets Amplified: A new home for modern app development](https://aws.amazon.com/blogs/mobile/aws-mobile-gets-amplified/).\n* 🚀 [Amazon DynamoDB Transactions](https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-transactions/).\n* 🚀 [Introducing medical language processing with Amazon Comprehend Medical](https://aws.amazon.com/blogs/machine-learning/introducing-medical-language-processing-with-amazon-comprehend-medical/).\n\n### Day 3 🛸 - 28th\n\n* 🍫 [Amazon FSx for Lustre](https://aws.amazon.com/fr/blogs/aws/new-amazon-fsx-for-lustre/).\n* 🍫 [Amazon DynamoDB On-Demand – No Capacity Planning and Pay-Per-Request Pricing](https://aws.amazon.com/fr/blogs/aws/amazon-dynamodb-on-demand-no-capacity-planning-and-pay-per-request-pricing/).\n* 🍫 [Amazon SageMaker Ground Truth – Build Highly Accurate Datasets and Reduce Labeling Costs by up to 70%](https://aws.amazon.com/fr/blogs/aws/amazon-sagemaker-ground-truth-build-highly-accurate-datasets-and-reduce-labeling-costs-by-up-to-70/).\n* 🚀 [Machine Learning algorithms and model packages now available in AWS Marketplace](https://aws.amazon.com/fr/blogs/aws/new-machine-learning-algorithms-and-model-packages-now-available-in-aws-marketplace/).\n* 🍫 [Amazon SageMaker RL – Managed Reinforcement Learning with Amazon SageMaker](https://aws.amazon.com/fr/blogs/aws/amazon-sagemaker-rl-managed-reinforcement-learning-with-amazon-sagemaker/).\n* 🚀 [Amazon Personalize – Real-Time Personalization and Recommendation for Everyone](https://aws.amazon.com/fr/blogs/aws/amazon-personalize-real-time-personalization-and-recommendation-for-everyone/).\n* 🚀 [Amazon Forecast – Time Series Forecasting Made Easy](https://aws.amazon.com/fr/blogs/aws/amazon-forecast-time-series-forecasting-made-easy/).\n* 🍫 [Amazon SageMaker Neo – Train Your Machine Learning Models Once, Run Them Anywhere](https://aws.amazon.com/fr/blogs/aws/amazon-sagemaker-neo-train-your-machine-learning-models-once-run-them-anywhere/).\n* 🚀 [Amazon FSx for Windows File Server – Fast, Fully Managed, and Secure](https://aws.amazon.com/fr/blogs/aws/new-amazon-fsx-for-windows-file-server-fast-fully-managed-and-secure/).\n* 🍫 [S3 Glacier Deep Archive - 1TB = 1$/month](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/s3-glacier-deep-archive/).\n* 🚀 [AWS Control Tower](http://aws.amazon.com/controltower).\n* 🚀 [Amazon Textract](https://aws.amazon.com/textract).\n* 🚀 [AWS Outposts](https://www.zdnet.com/article/aws-outpost-brings-its-cloud-hardware-on-premises/).\n* 🌊 [Amazon RDS on VMware](https://aws.amazon.com/rds/vmware/).\n* 🌊 [Amazon Quantum Ledger Database](https://pages.awscloud.com/QuantumLedgerDatabase-preview.html).\n* 🌊 [AWS Managed Blockchain](https://pages.awscloud.com/AmazonManagedBlockchain-preview.html).\n* 🌊 [AWS Lake Formation](https://pages.awscloud.com/lake-formation-preview.html).\n* 🚀 [AWS Security Hub](https://console.aws.amazon.com/securityhub/home).\n\n### Day 4 🧯 - 29th\n\n* 🍫 [Introducing AWS Cloud Map](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/introducing-aws-cloud-map/).\n* 🍫 [AWS Fargate, Amazon EKS, and Amazon ECS now integrate with AWS Cloud Map](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/aws-fargate-and-amazon-ecs-now-integrate-with-aws-cloud-map/).\n* 🌊 [Announcing Amazon Timestream – Fast, Scalable, Fully Managed Time Series Database – Register for the Preview](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/announcing-amazon-timestream/).\n* 🚀 [Introducing Amazon Elastic Inference - Reduce Deep Learning Inference Costs up to 75%](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/introducing-amazon-elastic-inference/).\n* 🚀 [Announcing AWS Inferentia: Machine Learning Inference Chip](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/announcing-amazon-inferentia-machine-learning-inference-microchip/).\n* 🍫 [AWS-Optimized TensorFlow Now Scales to 256 GPUs](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/tensorflow-scalability-to-256-gpus/).\n* 🚀 [Introducing AWS App Mesh - Service Mesh for Microservices on AWS](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/introducing-aws-app-mesh---service-mesh-for-microservices-on-aws/).\n* 🚀 [Introducing AWS License Manager](https://aws.amazon.com/license-manager/).\n* 🍫 [Amazon EC2 Now Lets you Pause and Resume Your Workloads](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/amazon-ec2-now-lets-you-pause-and-resume-your-workloads/).\n* 🍫 [AWS Marketplace Makes it Easier to Build Machine Learning Applications on Amazon SageMaker](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/awsmarketplace-makes-it-easier-to-build-machine-learning-applications-on-amazonsagemaker/).\n* 🌊 [Introducing Amazon Managed Streaming for Kafka (Amazon MSK) in Public Preview](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/introducing-amazon-managed-streaming-for-kafka-in-public-preview/).\n* 🍫 [AWS Lambda Now Supports Custom Runtimes and Enables Sharing Common Code Between Functions](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/aws-lambda-now-supports-custom-runtimes-and-layers/).\n* 🍫 [AWS Lambda Supports Ruby](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/aws-lambda-supports-ruby/).\n* 🍫 [AWS Serverless Application Model Supports Nested Applications Using the AWS Serverless Application Repository](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/sam-supports-nested-applications-using-serverless-application-repository/).\n* 🍫 [AWS Step Functions Adds Eight More Service Integrations](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/aws-step-functions-adds-eight-more-service-integrations/).\n* 🍫 [Application Load Balancer can now Invoke Lambda Functions to Serve HTTP(S) Requests](https://aws.amazon.com/fr/about-aws/whats-new/2018/11/alb-can-now-invoke-lambda-functions-to-serve-https-requests/).\n\n## Videos 🍿\n\n* [Official Playlist](https://www.youtube.com/playlist?list=PLhr1KZpdzukeXZMkUXh2kGlWvzXakRh-a).\n* [AWS re:Invent 2018 - Keynote with Andy Jassy](https://www.youtube.com/watch?v=ZOIkOnW640A&index=2&list=PLhr1KZpdzukeXZMkUXh2kGlWvzXakRh-a&t=0s).\n* [AWS re:Invent 2018 - Global Partner Keynote](https://www.youtube.com/watch?v=7NJs7CsstHc&index=6&list=PLhr1KZpdzukeXZMkUXh2kGlWvzXakRh-a&t=0s).\n* [AWS re:Invent 2018 - Keynote with Werner Vogels](https://www.youtube.com/watch?v=femopq3JWJg&index=3&list=PLhr1KZpdzukeXZMkUXh2kGlWvzXakRh-a).\n* [re:Invent Videos](https://reinventvideos.com/).\n\n## Blog posts 📰\n\n* [AWS re:Invent — Machine Learning recap (Wednesday)](https://medium.com/@julsimon/aws-re-invent-machine-learning-recap-wednesday-9a2c07fc282e).\n\n## Credits 📫\n\n* [re:Invent](https://reinvent.awsevents.com/).\n* [@zoph](https://twitter.com/zoph)\n* [My Blog](https://zoph.me/)"
  },
  {
    "path": "reinvent/reinvent-2019.md",
    "content": "> *Disclamer*\n> \n> This year, there is too much announcements to be completely exhaustive, I will only list the most major announcements.\n\n## Pre-re:Invent'19 Launches 🚀 (November 2019)\n\n- 🍫 [Amazon Route 53 Now Supports Overlapping Namespaces For Private Hosted Zones](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-route-53-now-supports-overlapping-namespaces-for-private-hosted-zones/)\n- 🍫 [Amazon QuickSight launches themes, conditional formatting and more](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-quicksight-launches-themes-conditional-formatting-and-more/)\n- 🍫 [Amazon QuickSight adds API support for data, dashboard, SPICE and permissions](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-quicksight-adds-api-support-for-data-dashboard-spice-and-permissions/)\n- 🍫 [You now can enhance availability of your existing Amazon DynamoDB tables by adding global replicas](https://aws.amazon.com/about-aws/whats-new/2019/11/you-can-now-enhance-availability-of-your-existing-amazon-dynamodb-tables-by-adding-global-replicas/)\n- 🍫 [AWS AppSync adds server-side Caching and DynamoDB transactions support for GraphQL APIs](https://aws.amazon.com/about-aws/whats-new/2019/11/aws-appsync-adds-server-side-caching-and-dynamodb-transactions-support-for-graphql-apis/)\n- 🚀 [AWS CloudTrail announces CloudTrail Insights](https://aws.amazon.com/about-aws/whats-new/2019/11/aws-cloudtrail-announces-cloudtrail-insights/)\n- 🚀 [Announcing Amazon CloudWatch ServiceLens](https://aws.amazon.com/about-aws/whats-new/2019/11/announcing-amazon-cloudwatch-servicelens/)\n- 🍫 [Amazon Chime SDK for embedding real-time communications in applications](https://aws.amazon.com/about-aws/whats-new/2019/11/aws-announces-amazon-chime-sdk-for-embedding-real-time-communications-in-applications/)\n- 🍫 [Use IAM to share your AWS resources with groups of AWS accounts in AWS Organizations](https://aws.amazon.com/about-aws/whats-new/2019/11/use-iam-share-aws-resources-with-groups-aws-accounts-aws-organizations/)\n- 🍫 [Amazon EBS Fast Snapshot Restore (FSR) eliminates the need for pre-warming data into volumes created from snapshots](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-ebs-fast-snapshot-restore-eliminates-need-for-prewarming-data-into-volumes-created-snapshots/)\n- 🍫 [Amazon FSx for Windows File Server now supports file systems that span multiple Availability Zones](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-fsx-for-windows-file-server-now-supports-file-systems-that-span-multiple-availability-zones/)\n- 🍫 [Amazon S3 Replication Time Control for predictable replication time, backed by an SLA](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-s3-replication-time-control-for-predictable-replication-time-backed-by-sla/)\n- 🍫 [Amazon EC2 Auto Scaling Now Supports Maximum Instance Lifetime](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-ec2-auto-scaling-supports-max-instance-lifetime/)\n- 🍫 [Amazon EC2 Auto Scaling Now Supports Instance Weighting](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-ec2-auto-scaling-supports-instance-weighting/)\n- 🍫 [Identify unused IAM roles easily and remove them confidently by using the last used timestamp](https://aws.amazon.com/about-aws/whats-new/2019/11/identify-unused-iam-roles-easily-and-remove-them-confidently-by-using-the-last-used-timestamp/)\n- 🍫 [CloudFormation Announces Drift Detection Support in StackSets](https://aws.amazon.com/about-aws/whats-new/2019/11/cloudformation-announces-drift-detection-support-in-stackSets/)\n- 🍫 [Announcing Updates to Amazon EC2 Instance Metadata Service](https://aws.amazon.com/about-aws/whats-new/2019/11/announcing-updates-amazon-ec2-instance-metadata-service/)\n- 🍫 [Amazon Athena adds support for invoking machine learning models in SQL queries](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-athena-adds-support-for-invoking-machine-learning-models-in-sql-queries/)\n- 🍫 [Amazon Athena adds four new query-related metrics](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-athena-adds-four-new-query-related-metrics/)\n- 🍫 [Encrypt your Amazon DynamoDB data by using your own encryption keys](https://aws.amazon.com/about-aws/whats-new/2019/11/encrypt-your-amazon-dynamodb-data-by-using-your-own-encryption-keys/)\n- 🍫 [AWS launches Tag Policies](https://aws.amazon.com/about-aws/whats-new/2019/11/aws-launches-tag-policies/)\n- 🍫 [AWS Lambda Supports Destinations for Asynchronous Invocations](https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-destinations-for-asynchronous-invocations/)\n- 🌊 [Introducing Amazon CloudWatch Synthetics - Now in Preview](https://aws.amazon.com/about-aws/whats-new/2019/11/introducing-amazon-cloudwatch-synthetics-preview/)\n- 🌊 [Amazon CloudWatch Now Includes Contributor Insights - in Preview](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-cloudwatch-now-includes-contributor-insights-preview/)\n\n\n## re:Invent'19 (Dec. 02-06, 2019 - Las Vegas, NV)\n\n- 🚀 = Launch / New Service\n- 🍫 = New feature / enhancement\n- 🌊 = Preview\n\n### Day 1 - 2nd Dec.\n\n- 🚀[AWS DeepComposer – Compose Music with Generative Machine Learning Models](https://aws.amazon.com/blogs/aws/aws-deepcomposer-compose-music-with-generative-machine-learning-models/)\n- 🍫[Amazon Transcribe Medical – Real-Time Automatic Speech Recognition for Healthcare Customers](https://aws.amazon.com/blogs/aws/amazon-transcribe-medical-real-time-automatic-speech-recognition-for-healthcare-customers/)\n- 🌊[Introducing Amazon EventBridge schema registry and discovery](https://aws.amazon.com/blogs/compute/introducing-amazon-eventbridge-schema-registry-and-discovery-in-preview/)\n- 🚀[Automate OS Image Build Pipelines with EC2 Image Builder](https://aws.amazon.com/blogs/aws/automate-os-image-build-pipelines-with-ec2-image-builder/)\n- 🚀[Introducing Access Analyzer for Amazon S3 to review access policies](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-access-analyzer-for-amazon-s3-to-review-access-policies/)\n- 🚀[Amazon Braket – Get Started with Quantum Computing](https://aws.amazon.com/blogs/aws/amazon-braket-get-started-with-quantum-computing/)\n- 🚀[Identify Unintended Resource Access with AWS Identity and Access Management (IAM) Access Analyzer](https://aws.amazon.com/blogs/aws/identify-unintended-resource-access-with-aws-identity-and-access-management-iam-access-analyzer/)\n\n### Day 2 - 3th Dec.\n\n- 🍫[AWS Outposts Now Available (GA)](https://aws.amazon.com/blogs/aws/aws-outposts-now-available-order-your-racks-today/)\n- 🌊[Graviton2-Powered General Purpose, Compute-Optimized, & Memory-Optimized EC2 Instances](https://aws.amazon.com/blogs/aws/coming-soon-graviton2-powered-general-purpose-compute-optimized-memory-optimized-ec2-instances/)\n- 🚀[Amazon EKS on AWS Fargate Now Generally Available](https://aws.amazon.com/blogs/aws/amazon-eks-on-aws-fargate-now-generally-available/)\n- 🚀[Easily Manage Shared Data Sets with Amazon S3 Access Points](https://aws.amazon.com/blogs/aws/easily-manage-shared-data-sets-with-amazon-s3-access-points/)\n- 🌊[Announcing UltraWarm (Preview) for Amazon Elasticsearch Service](https://aws.amazon.com/blogs/aws/announcing-ultrawarm-preview-for-amazon-elasticsearch-service/)\n- 🍫[Amazon SageMaker Experiments – Organize, Track And Compare Your Machine Learning Trainings](https://aws.amazon.com/blogs/aws/amazon-sagemaker-experiments-organize-track-and-compare-your-machine-learning-trainings/)\n- 🚀[Amazon Managed Apache Cassandra Service (MCS)](https://aws.amazon.com/blogs/aws/new-amazon-managed-apache-cassandra-service-mcs/)\n- 🍫[Amazon Redshift – Data Lake Export and Federated Query](https://aws.amazon.com/blogs/aws/new-for-amazon-redshift-data-lake-export-and-federated-queries/)\n- 🌊[Introducing Amazon Fraud Detector - Now in Preview](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-amazon-fraud-detector-now-in-preview/)\n- 🚀[Announcing Amazon Kendra: Reinventing Enterprise Search with Machine Learning](https://aws.amazon.com/about-aws/whats-new/2019/12/announcing-amazon-kendra-reinventing-enterprise-search-with-machine-learning/)\n- 🚀[AWS announces Amazon CodeGuru for automated code reviews and application performance recommendations](https://aws.amazon.com/about-aws/whats-new/2019/12/aws-announces-amazon-codeguru-for-automated-code-reviews-and-application-performance-recommendations/?sc_channel=sm&sc_campaign=launch_reInvent&sc_publisher=TWITTER&sc_country=re:Invent&sc_outcome=awareness&trk=AWS_reInvent_2019_launch__TWITTER&sc_content=AWS_reInvent_2019_launch_&linkId=78164703)\n- 🚀[Announcing the Amazon ECS CLI v2](https://aws.amazon.com/blogs/containers/announcing-the-amazon-ecs-cli-v2/)\n- 🚀[AWS Now Available from a Local Zone in Los Angeles](https://aws.amazon.com/blogs/aws/aws-now-available-from-a-local-zone-in-los-angeles/)\n- 🍫[AWS Lambda announces Provisioned Concurrency](https://aws.amazon.com/about-aws/whats-new/2019/12/aws-lambda-announces-provisioned-concurrency/)\n\n### Day 3 - 4th Dec. (Partner Day)\n\n> Not so much annoncement today, let's see tommorrow with Werner Vogels Keynote.\n\n- 🍫[Introducing AWS Public Safety & Disaster Response Competency Partners](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-aws-public-safety-disaster-response-competency-partners/)\n- 🍫[New AWS Service Ready Program to help customers find tools that integrate with AWS services](https://aws.amazon.com/about-aws/whats-new/2019/12/new-aws-service-ready-program-help-customers-find-tools-integrate-with-aws-services/)\n- 🍫[AWS Marketplace makes it easier for you to discover relevant third-party software and data products](https://aws.amazon.com/about-aws/whats-new/2019/12/aws-marketplace-discover-relevant-third-party-software-data-products/)\n- 🍫[New APN Global Startup Program, helping startup APN Technology Partners grow their cloud-based business](https://aws.amazon.com/about-aws/whats-new/2019/12/new-apn-global-startup-program-helping-startup-isvs-grow-cloud-based-business/)\n- 🍫[Introducing a new benefit for APN Consulting Partners, APN Immersion Days](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-new-benefit-apn-consulting-partners-apn-immersion-days/)\n- 🍫[Announcing HTTP APIs for Amazon API Gateway](https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/)\n\n### Day 4 - 5th Dec.\n\n> The pace of innovation here is low comparing to the last November annoncements or the first Day of re:Invent2019.\n\n- 🍫[Introducing the Amplify DataStore, a persistent storage engine that synchronizes data between apps and the cloud](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-amplify-datastore/)\n- 🍫[Introducing Amplify for iOS and Android](https://aws.amazon.com/about-aws/whats-new/2019/12/introducing-amplify-for-ios-and-android/)\n\n### Day 5 - 6th Dec.\n\n> Last day folks! Party time, no annoncement on the last day, as usual.\n\n## Videos 🍿\n\n* [Official Playlist](https://www.youtube.com/playlist?list=PLhr1KZpdzukcAXSVwQ3L9cWD4QgKPCQ5S).\n* [re:Invent Videos](https://reinventvideos.com/).\n\n## Blog posts 📰\n- [Adrian’s top AWS updates — Nov 27th, 2019](https://medium.com/@adhorn/adrians-top-aws-updates-nov-27th-2019-16ad3a2fd84e)\n- [Jeff Thread](https://twitter.com/jeffbarr/status/1199115596102656001)\n\n## Credits 📫\n\n* [re:Invent](https://reinvent.awsevents.com/)\n* [@zoph](https://twitter.com/zoph)\n* [My Blog](https://zoph.me/)"
  },
  {
    "path": "reinvent/reinvent-2020.md",
    "content": "## Pre-re:Invent'20 Launches 🚀 (November 2020)\n\n- 🚀 [Introducing AWS Glue DataBrew](https://aws.amazon.com/blogs/aws/announcing-aws-glue-databrew-a-visual-data-preparation-tool-that-helps-you-clean-and-normalize-data-faster/)\n- 🚀 [Introducing AWS Gateway Load Balancer](https://aws.amazon.com/about-aws/whats-new/2020/11/introducing-aws-gateway-load-balancer/)\n- 🚀 [AWS Network Firewall – New Managed Firewall Service in VPC](https://aws.amazon.com/blogs/aws/aws-network-firewall-new-managed-firewall-service-in-vpc/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AmazonWebServicesBlog+%28Amazon+Web+Services+Blog%29)\n- 🚀 [Introducing Amazon Managed Workflows for Apache Airflow (MWAA)](https://aws.amazon.com/about-aws/whats-new/2020/11/introducing-amazon-managed-workflows-for-apache-airflow-mwaa/)\n- 🍫 [Amazon EventBridge introduces support for Event Replay](https://aws.amazon.com/about-aws/whats-new/2020/11/amazon-eventbridge-introduces-support-for-event-replay/)\n- 🍫 [Network Load Balancer now supports IPv6](https://aws.amazon.com/about-aws/whats-new/2020/11/network-load-balancer-supports-ipv6/)\n- 🍫 [Amazon Athena announces availability of engine version 2](https://aws.amazon.com/about-aws/whats-new/2020/11/amazon-athena-announces-availability-of-engine-version-2/)\n- 🍫 [Lightsail Containers: An Easy Way to Run your Containers in the Cloud](https://aws.amazon.com/blogs/aws/lightsail-containers-an-easy-way-to-run-your-containers-in-the-cloud/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AmazonWebServicesBlog+%28Amazon+Web+Services+Blog%29)\n- 🍫 [Introducing Amazon S3 Storage Lens – Organization-wide Visibility Into Object Storage](https://aws.amazon.com/blogs/aws/s3-storage-lens/)\n- 🍫 AWS Step Functions now supports Amazon [API Gateway](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-step-functions-supports-amazon-api-gateway-service-integration/) and  [Amazon EKS](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-step-functions-now-supports-amazon-eks-service-integration/) service integration\n- 🍫 [Control the evolution of data streams using the AWS Glue Schema Registry](https://aws.amazon.com/about-aws/whats-new/2020/11/control-evolution-data-streams-using-aws-glue-schema-registry/)\n- 🍫 [AWS Backup and AWS Organizations bring cross-account backup feature](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-backup-enables-aws-organizations-bring-cross-account-backup-feature/)\n- 🍫 [AWS Trusted Advisor enables multi-account reporting of best practice recommendations with AWS Organizations](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-trusted-advisor-enables-multi-account-reporting-of-best-practice-recommendations-with-aws-organizations/)\n- 🍫 [AWS X-Ray now supports trace context propagation for Amazon Simple Storage Service (S3)](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-x-ray-supports-trace-context-propagation-amazon-simple-storage-service-s3/)\n- 🍫 [Announcing Code Signing, a trust and integrity control for AWS Lambda](https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-code-signing-a-trust-and-integrity-control-for-aws-lambda/)\n- 🍫 [AWS Security Hub integrates with AWS Organizations for simplified security posture management](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-security-hub-integrates-with-aws-organizations-for-simplified-security-posture-management/)\n- 🍫 [You now can use a SQL-compatible query language to query, insert, update, and delete table data in Amazon DynamoDB](https://aws.amazon.com/about-aws/whats-new/2020/11/you-now-can-use-a-sql-compatible-query-language-to-query-insert-update-and-delete-table-data-in-amazon-dynamodb/)\n- 🍫 [Now you can use Amazon Kinesis Data Streams to capture item-level changes in your Amazon DynamoDB tables](https://aws.amazon.com/pt/about-aws/whats-new/2020/11/now-you-can-use-amazon-kinesis-data-streams-to-capture-item-level-changes-in-your-amazon-dynamodb-table/)\n- 🍫 [Announcing Modules for AWS CloudFormation](https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-modules-for-aws-cloudformation/)\n- 🍫 [AWS Lambda now supports Advanced Vector Extensions 2 (AVX2)](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-lambda-supports-advance-vector-extensions-2/)\n- 🍫 [AWS Single Sign-On enables attribute-based access control for workforce users to simplify permissions in AWS](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-single-sign-on-enables-attribute-based-access-control-simplify-permissions/)\n- 🍫 [AWS Glue now supports workload partitioning to further improve the reliability of Spark applications](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-glue-now-supports-workload-partitioning-to-further-improve-the-reliability-of-spark-applications/)\n- 🍫 [AWS Config now supports organization-wide resource data aggregation in a delegated administrator account](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-config-supports-organization-wide-resource-data-aggregation-delegated-administrator-account/)\n- 🍫 [AWS Lambda now supports batch windows of up to 5 minutes for functions with Amazon SQS as an event source](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-lambda-now-supports-batch-windows-of-up-to-5-minutes-for-functions/)\n\n\n## re:Invent'20 (Nov. 30 – Dec. 18, 2020 - Online Conference)\n\n- 🚀 = Launch / New Service\n- 🍫 = New feature / Enhancement\n- 🌊 = Preview\n\n### Week 1 - <30 Nov - 4 Dec>\n\n- 🚀 [Announcing Amazon EC2 Mac instances for macOS](https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-amazon-ec2-mac-instances-for-macos/)\n- 🚀 [Introducing Amazon EC2 D3 and D3en, the next generation of dense HDD storage instances](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-ec2-d3-and-d3en-the-next-generation-of-dense-hdd-storage-instances/)\n- 🚀 [AWS Lambda now supports container images as a packaging format](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-lambda-now-supports-container-images-as-a-packaging-format/)\n- 🚀 [Announcing Amazon ECR Public and Amazon ECR Public Gallery](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-amazon-ecr-public-and-amazon-ecr-public-gallery/)\n- 🚀 [Amazon Web Services Announces AWS Proton](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-web-services-announces-aws-proton/)\n- 🚀 [New- Amazon DevOps Guru Helps Identify Application Errors and Fixes](https://aws.amazon.com/blogs/aws/amazon-devops-guru-machine-learning-powered-service-identifies-application-errors-and-fixes/)\n- 🚀 [AWS Panorama Appliance: Bringing Computer Vision Applications to the Edge](https://aws.amazon.com/blogs/aws/using-computer-vision-applications-at-the-edge/)\n- 🚀 [Amazon Monitron, a Simple and Cost-Effective Service Enabling Predictive Maintenance](https://aws.amazon.com/blogs/aws/amazon-monitron-a-simple-cost-effective-service-enabling-predictive-maintenance/)\n- 🍫 [Introducing new Amazon EC2 R5b instances featuring 60 Gbps of EBS Bandwidth and 260K IOPS](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-new-amazon-ec2-r5b-instances-featuring-60-gbps-of-ebs-bandwidth-and-260K-iops/)\n- 🍫 [Amazon EKS adds support for EC2 Spot Instances in managed node groups](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-eks-support-ec2-spot-instances-managed-node-groups/)\n- 🍫 [Announcing new AWS Wavelength Zone in Las Vegas](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-new-aws-wavelength-zone-las-vegas/)\n- 🍫 [Introducing Amazon EKS Distro - an open source Kubernetes distribution used by Amazon EKS](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-eks-distro/)\n- 🍫 [Introducing new Amazon EBS general purpose volumes, gp3](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-new-amazon-ebs-general-purpose-volumes-gp3/)\n- 🍫 [New for AWS Lambda – 1ms Billing Granularity Adds Cost Savings](https://aws.amazon.com/blogs/aws/new-for-aws-lambda-1ms-billing-granularity-adds-cost-savings/)\n- 🍫 [AWS Lambda now supports up to 10 GB of memory and 6 vCPU cores for Lambda Functions](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-lambda-supports-10gb-memory-6-vcpu-cores-lambda-functions/)\n- 🍫 [Amazon S3 now delivers strong read-after-write consistency automatically for all applications](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-s3-now-delivers-strong-read-after-write-consistency-automatically-for-all-applications/)\n- 🍫 [Amazon S3 Replication adds support for two-way replication](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-s3-replication-adds-support-two-way-replication/)\n- 🍫 [AWS Amplify announces new Admin UI](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-amplify-announces-new-admin-ui/)\n- 🍫 [Serverless Batch Scheduling with AWS Batch and AWS Fargate](https://aws.amazon.com/about-aws/whats-new/2020/12/severless-batch-scheduling-with-aws-batch-and-aws-fargate/)\n- 🍫 [Amazon EMR now provides up to 30% lower cost and up to 15% improved performance for Spark workloads on Graviton2-based instances](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-emr-now-provides-up-to-30-lower-cost-and-up-to-15-improved-performance/)\n- 🍫 [Amazon RDS for Oracle supports managed disaster recovery (DR) with Amazon RDS Cross-Region Automated Backups](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-rds-for-oracle-supports-managed-dr-with-cross-region-automated-backups/)\n- 🍫 [AWS CloudTrail provides more granular control of data event logging through advanced event selectors](https://aws.amazon.com/about-aws/whats-new/2020/11/aws-cloudtrail-provides-more-granular-control-of-data-event-logging/)\n- 🍫 [AWS Security Hub adds open source tool integrations with Kube-bench and Cloud Custodian](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-security-hub-adds-open-source-tool-integration-with-kube-bench-and-cloud-custodian/)\n- 🌊 [AWS quadruples per-volume maximum capacity and performance on io2 volumes (in preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-quadruples-per-volume-maximum-capacity-and-performance-on-io2-volumes-in-preview/)\n- 🌊 [Introducing the next version of Amazon Aurora Serverless in preview](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-the-next-version-of-amazon-aurora-serverless-in-preview/)\n- 🌊 [Announcing AWS Glue Elastic Views Preview](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-aws-glue-elastic-view-preview/)\n- 🌊 [Python Support for Amazon CodeGuru is available in preview](https://aws.amazon.com/about-aws/whats-new/2020/12/python-support-for-amazon-codeguru-is-available-in-preview/)\n- 🌊 [Amazon ECS Announces the Preview of ECS Deployment Circuit Breaker](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-ecs-announces-the-preview-of-ecs-deployment-circuit-breaker/)\n### Week 2 - <7 Dec - 11 Dec>\n\n- 🚀 [AWS Region in Melbourne, Australia](https://aws.amazon.com/fr/blogs/aws/in-the-works-aws-region-in-melbourne-australia/)\n- 🚀 [Introducing Amazon SageMaker Pipelines, first purpose built CI/CD service for machine learning](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-sagemaker-pipelines-first-purpose-built-ci-cd-service-machine-learning/)\n- 🚀 [Introducing Amazon HealthLake to make sense of health data](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-healthlake-to-make-sense-of-health-data/)\n- 🚀 [Introducing Amazon SageMaker Data Wrangler – The fastest and easiest way to prepare data for machine learning](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-sagemaker-data-wrangler-the-fastest-and-easiest-way-to-prepare-data-for-machine-learning/)\n- 🚀 [AWS announces AWS Audit Manager](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-announces-aws-audit-manager/)\n- 🚀 [Announcing Amazon Forecast Weather Index – automatically include local weather to increase your forecasting model accuracy](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-amazon-forecast-weather-index-include-local-weather-increase-forecasting-model-accuracy/)\n- 🚀 [Amazon EMR Studio makes it easier for data scientists to build and deploy code](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-emr-introduces-amazon-emr-studio-makes-it-easier-for-data-scientists-to-build-and-deploy-code/)\n- 🚀 [Introducing AWS Transit Gateway Connect to simplify SD-WAN branch connectivity](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-aws-transit-gateway-connect-to-simplify-sd-wan-branch-connectivity/)\n- 🚀 [Amazon Virtual Private Cloud (VPC) announces Reachability Analyzer to simplify connectivity testing and troubleshooting](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-vpc-announces-reachability-analyzer-to-simplify-connectivity-testing-and-troubleshooting/)\n- 🍫 [Amazon ECR announces cross region replication of images](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-ecr-announces-cross-region-replication-of-images/)\n- 🍫 [Introducing distributed training on Amazon SageMaker](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-distributed-training-on-amazon-sagemaker/)\n- 🍫 [Amazon Redshift launches the ability to easily move clusters between AWS Availability Zones (AZs)](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-launches-ability-easily-move-clusters-between-aws-availability-zones/)\n- 🍫 [Simplify running Apache Spark jobs with Amazon EMR on Amazon EKS](https://aws.amazon.com/about-aws/whats-new/2020/12/simplify-running-apache-spark-jobs-amazon-emr-amazon-eks/)\n- 🍫 [Amazon Redshift launches RA3.xlplus nodes with managed storage](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-launches-ra3-xlplus-nodes-managed-storage/)\n- 🍫 [Amazon Redshift announces Automatic Table Optimization](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-announces-automatic-table-optimization/)\n- 🍫 [Amazon EC2 announces new network performance metrics for EC2 instances](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-ec2-announces-new-network-performance-metrics-for-ec2-instances/)\n- 🍫 [AWS customers can now use industry standard Internet Group Management Protocol (IGMP) to easily deploy, manage and scale their multicast applications in AWS cloud](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-customers-use-industry-standard-internet-group-management-protocol/)\n- 🍫 [Amazon Aurora PostgreSQL Integrates with AWS Lambda](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-aurora-postgresql-integrates-with-aws-lambda/)\n- 🌊 [AWS announces Amazon Redshift ML (preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-announces-amazon-redshift-ml-preview/)\n- 🌊 [Amazon Redshift announces support for native JSON and semi-structured data processing (preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-announces-support-native-json-semi-structured-data-processing/)\n- 🌊 [Amazon Redshift announces native console integration with partners (Preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-announces-native-console-integration-with-partners-preview/)\n- 🌊 [Amazon Redshift introduces data sharing (preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-introduces-data-sharing-preview/)\n- 🌊 [AWS Lake Formation features: Transactions, Row-level Security, and Acceleration](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-preview-aws-lake-formation-features/)\n- 🌊 [Introducing Amazon Aurora R6g instance types, powered by AWS Graviton2 processors, in preview](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/)\n\n### Week 3 - <14 Dec - 18 Dec>\n\n- 🚀 [AWS CloudShell](https://aws.amazon.com/fr/about-aws/whats-new/2020/12/introducing-aws-cloudshell/)\n- 🚀 Introducing AWS Systems [Manager Fleet Manager](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-aws-systems-manager-fleet-manager/), [Change Manager](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-aws-systems-manager-change-manager/), [Application Manager](https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-aws-systems-manager-application-manager/)\n- 🍫 [AWS Lambda now supports self-managed Apache Kafka as an event source](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-lambda-now-supports-self-managed-apache-kafka-as-an-event-source/)\n- 🍫 [AWS Personal Health Dashboard now supports organization-wide event aggregation](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-personal-health-dashboard-supports-organization-wide-event-aggregation/)\n- 🍫 [Cost & Usage Report Now Available to Member (Linked) Accounts](https://aws.amazon.com/about-aws/whats-new/2020/12/cost-and-usage-report-now-available-to-member-linked-accounts/)\n- 🍫 [Announcing Amazon Route 53 support for DNSSEC](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-amazon-route-53-support-dnssec/)\n- 🍫 [Attribute-Based Access Control (ABAC) for the AWS Key Management Service](https://aws.amazon.com/about-aws/whats-new/2020/12/attribute-based-access-control-abac-aws-key-management-service/)\n- 🍫 [EC2 Image Builder now supports container images](https://aws.amazon.com/about-aws/whats-new/2020/12/ec2-image-builder-supports-container-images/)\n- 🌊 [AWS announces Amazon Managed Service for Grafana in Preview](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-announces-amazon-managed-service-for-grafana-in-preview/)\n- 🌊 [AWS announces Amazon Managed Service for Prometheus for container monitoring](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-announces-amazon-managed-service-for-prometheus/)\n- 🌊 [AWS Fault Injection Simulator (coming in 2021)](https://aws.amazon.com/fis/)\n- 🌊 [AWS announces Amazon Location Service (Preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-announces-amazon-location-service-preview/)\n- 🌊 [AWS IoT Device Management introduces Fleet Hub, a new, easy way to monitor and interact with IoT device fleets](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-iot-device-management-introduces-fleet-hub/)\n- 🌊 [AWS IoT Core Device Advisor now available in preview](https://aws.amazon.com/about-aws/whats-new/2020/12/aws-iot-core-device-advisor-now-available-in-preview/)\n- 🌊 [Announcing AWS IoT SiteWise Edge (Preview), a new capability of AWS IoT SiteWise to collect, process, and monitor industrial equipment data on-premises](https://aws.amazon.com/about-aws/whats-new/2020/12/announcing-aws-iot-sitewise-edge-preview/)\n- 🌊 [Amazon SQS Now Supports a High Throughput Mode for FIFO Queues (Preview)](https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-sqs-supports-high-throughput-fifo-queues-preview/)\n\n## Videos & Labs 🍿\n\n* [AWS re:Invent 2020 Agenda](https://cloudpegboard.com/reinvent2020.html)\n* [AWS re:Invent 2020 - Youtube Playlist](https://www.youtube.com/playlist?list=PLhr1KZpdzukenb7A9aDtk3qHqMwy2Baxq)\n* [Hands-on Labs](https://pages.awscloud.com/re-invent-hands-on-labs-registration_2020.html)\n* [re:Invent Videos](https://awsstash.com/)\n\n## Blog posts 📰\n\n* [AWS re:Invent 2020 — Serverless Sessions to Watch](https://sbrisals.medium.com/aws-re-invent-2020-serverless-sessions-to-watch-d6655e0e6f82)\n* \n\n\n## Credits 📫\n\n* [re:Invent](https://reinvent.awsevents.com/)\n* [@zoph](https://twitter.com/zoph) / [Blog](https://zoph.me/)\n* [zoph.io - Cloud Advisory Boutique](https://zoph.io)\n"
  },
  {
    "path": "reinvent/reinvent-2021.md",
    "content": "Caption\n- 🚀 = Launch / New Service\n- 🍫 = New feature / Enhancement\n- 🌊 = Preview\n\n## Pre-re:Invent'21 Launches 🚀 (November 2021)\n\n- 🚀 [Measure and Improve Your Application Resilience with AWS Resilience Hub](https://aws.amazon.com/blogs/aws/monitor-and-improve-your-application-resiliency-with-resilience-hub/)\n- 🚀 [AWS Elastic Disaster Recovery](https://aws.amazon.com/blogs/aws/scalable-cost-effective-disaster-recovery-in-the-cloud/)\n- 🍫 [Amazon Athena announces cross-account federated query](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-athena-announces-cross-account-federated-query/)\n- 🍫 [AWS Free Tier Data Transfer Expansion – 100 GB From Regions and 1 TB From CloudFront/Month](https://aws.amazon.com/blogs/aws/aws-free-tier-data-transfer-expansion-100-gb-from-regions-and-1-tb-from-amazon-cloudfront-per-month/)\n- 🍫 [AWS Graviton2 Support for AWS Fargate – Get up to 40% Better Price-Performance for Your Serverless Containers](https://aws.amazon.com/blogs/aws/announcing-aws-graviton2-support-for-aws-fargate-get-up-to-40-better-price-performance-for-your-serverless-containers/)\n- 🍫 [Usability improvements in the navigation bar of the AWS Management Console](https://aws.amazon.com/about-aws/whats-new/2021/11/aws-management-console-navigation-bar-improvements/)\n- 🍫 [AWS Lambda now supports cross-account container image pulling from Amazon Elastic Container Registry](https://aws.amazon.com/about-aws/whats-new/2021/11/aws-lambda-support-cross-account-image-amazon-elastic-container-registry/)\n- 🍫 [Amazon Virtual Private Cloud (VPC) customers can now create IPv6-only subnets and EC2 instances](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-virtual-private-cloud-ipv6-subnets-ec2-instances/)\n- 🍫 [AWS Backup adds an additional layer for backup protection with the availability of AWS Backup Vault Lock](https://aws.amazon.com/about-aws/whats-new/2021/10/aws-backup-backup-protection-aws-backup-vault-lock/)\n- 🍫 [Amazon SQS Announces Server-Side Encryption with Amazon SQS-managed encryption keys (SSE-SQS)](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-sqs-server-side-encryption-keys-sse/)\n- 🍫 [AWS Identity and Access Management now makes it more efficient to troubleshoot access denied errors in AWS](https://aws.amazon.com/about-aws/whats-new/2021/11/aws-identity-access-management-efficient-troubleshoot-error/)\n- 🍫 [AWS Lambda now supports partial batch response for SQS as an event source](https://aws.amazon.com/about-aws/whats-new/2021/11/aws-lambda-partial-batch-response-sqs-event-source/)\n- 🍫 [AWS Lambda now supports event filtering for Amazon SQS, Amazon DynamoDB, and Amazon Kinesis as event sources](https://aws.amazon.com/about-aws/whats-new/2021/11/aws-lambda-event-filtering-amazon-sqs-dynamodb-kinesis-sources/)\n\n## re:Invent'21 (Nov. 29 – Dec. 03, 2021 - Las Vegas, NV)\n\n#### November 29th\n\n- 🌊 [AWS IoT RoboRunner for Building Robot Fleet Management Applications](https://aws.amazon.com/blogs/aws/preview-aws-iot-roborunner-for-building-robot-fleet-management-applications/)\n- 🚀 [Improved, Automated Vulnerability Management for Cloud Workloads with a New Amazon Inspector](https://aws.amazon.com/blogs/aws/improved-automated-vulnerability-management-for-cloud-workloads-with-a-new-amazon-inspector/)\n- 🍫 [Amazon CodeGuru Reviewer Introduces Secrets Detector to Identify Hardcoded Secrets and Secure Them with AWS Secrets Manager](https://aws.amazon.com/blogs/aws/codeguru-reviewer-secrets-detector-identify-hardcoded-secrets/)\n- 🍫 [AWS Control Tower Account Factory for Terraform](https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terraform/)\n- 🍫 [Amazon CloudWatch Evidently – Experiments and Feature Management](https://aws.amazon.com/blogs/aws/cloudwatch-evidently/)\n- 🍫 [Real-User Monitoring for Amazon CloudWatch](https://aws.amazon.com/blogs/aws/cloudwatch-rum/)\n- 🍫 [AWS Well-Architected Custom Lenses: Extend the Well-Architected Framework with Your Internal Best Practices](https://aws.amazon.com/blogs/aws/well-architected-custom-lenses-internal-best-practices/)\n- 🍫 [Use Amazon S3 Event Notifications with Amazon EventBridge](https://aws.amazon.com/blogs/aws/new-use-amazon-s3-event-notifications-with-amazon-eventbridge/)\n- 🍫 [Recycle Bin for EBS Snapshots](https://aws.amazon.com/blogs/aws/new-recycle-bin-for-ebs-snapshots/)\n- 🍫 [Amazon EBS Snapshots Archive](https://aws.amazon.com/blogs/aws/new-amazon-ebs-snapshots-archive/)\n- 🍫 [Pull Through Cache Repositories for Amazon Elastic Container Registry](https://aws.amazon.com/blogs/aws/announcing-pull-through-cache-repositories-for-amazon-elastic-container-registry/)\n\n#### November 30th\n\n- 🌊 [Amazon EMR Serverless (Preview)](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-emr-serverless-preview/)\n- 🌊 [Amazon MSK Serverless (Preview)](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-msk-serverless-public-preview/)\n- 🌊 [Amazon EC2 Trn1 Instances (Preview)](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-ec2-trn1-instances/)\n- 🌊 [WS Private 5G (Preview)](https://aws.amazon.com/about-aws/whats-new/2021/11/preview-aws-private-5g/)\n- 🌊 [AWS Backup Adds Support for Amazon S3](https://aws.amazon.com/blogs/aws/preview-aws-backup-adds-support-for-amazon-s3/)\n- 🌊 [Amazon EC2 C7g Instances Powered by New AWS Graviton3 Processors](https://aws.amazon.com/blogs/aws/join-the-preview-amazon-ec2-c7g-instances-powered-by-new-aws-graviton3-processors/)\n- 🍫 [Simplify Access Management for Data Stored in Amazon S3](https://aws.amazon.com/blogs/aws/new-simplify-access-management-for-data-stored-in-amazon-s3/)\n- 🍫 [Introducing the S3 Glacier Instant Retrieval Storage Class](https://aws.amazon.com/blogs/aws/amazon-s3-glacier-is-the-best-place-to-archive-your-data-introducing-the-s3-glacier-instant-retrieval-storage-class/)\n- 🍫 [Offline Tape Migration Using AWS Snowball Edge](https://aws.amazon.com/blogs/aws/new-offline-tape-migration-using-aws-snowball-edge/)\n- 🍫 [Enhanced Amazon S3 Integration for Amazon FSx for Lustre](https://aws.amazon.com/blogs/aws/enhanced-amazon-s3-integration-for-amazon-fsx-for-lustre/)\n- 🍫 [AWS Control Tower – Region Deny and Guardrails to Help You Meet Data Residency Requirements](https://aws.amazon.com/blogs/aws/new-for-aws-control-tower-region-deny-and-guardrails-to-help-you-meet-data-residency-requirements/)\n- 🍫 [AWS Outposts Servers in Two Form Factors](https://aws.amazon.com/blogs/aws/new-aws-outposts-servers-in-two-form-factors/)\n- 🍫 [Storage-Optimized Amazon EC2 Instances (Im4gn and Is4gen) Powered by AWS Graviton2 Processors](https://aws.amazon.com/blogs/aws/new-storage-optimized-amazon-ec2-instances-im4gn-and-is4gen-powered-by-aws-graviton2-processors/)\n- 🍫 [AWS Lake Formation – General Availability of Cell-Level Security and Governed Tables with Automatic Compaction](https://aws.amazon.com/blogs/aws/aws-lake-formation-general-availability-of-cell-level-security-and-governed-tables-with-automatic-compaction/)\n- 🍫 [Amazon Kinesis Data Streams On-Demand – Stream Data at Scale Without Managing Capacity](https://aws.amazon.com/blogs/aws/amazon-kinesis-data-streams-on-demand-stream-data-at-scale-without-managing-capacity/)\n\n#### December 1st\n\n- 🌊 [Amazon SageMaker Studio Lab, a Free Service to Learn and Experiment with ML](https://aws.amazon.com/blogs/aws/now-in-preview-amazon-sagemaker-studio-lab-a-free-service-to-learn-and-experiment-with-ml/)\n- 🚀 [Amazon VPC Network Access Analyzer](https://aws.amazon.com/blogs/aws/new-amazon-vpc-network-access-analyzer/)\n- 🍫 [Amazon DevOps Guru for RDS to Detect, Diagnose, and Resolve Amazon Aurora-Related Issues using ML](https://aws.amazon.com/blogs/aws/new-amazon-devops-guru-for-rds-to-detect-diagnose-and-resolve-amazon-aurora-related-issues-using-ml/)\n- 🍫 [Amazon RDS Custom for SQL Server Is Generally Available](https://aws.amazon.com/blogs/aws/new-amazon-rds-custom-for-sql-server-is-generally-available/)\n- 🍫 [DynamoDB Table Class – Save Up To 60% in Your DynamoDB Costs](https://aws.amazon.com/blogs/aws/new-dynamodb-table-class-save-up-to-60-in-your-dynamodb-costs/)\n- 🍫 [Amazon SageMaker Ground Truth Plus](https://aws.amazon.com/blogs/aws/announcing-amazon-sagemaker-ground-truth-plus/)\n- 🍫 [Create and Manage EMR Clusters and Spark Jobs with Amazon SageMaker Studio](https://aws.amazon.com/blogs/aws/new-create-and-manage-emr-clusters-and-spark-jobs-with-amazon-sagemaker-studio/)\n- 🍫 [Introducing SageMaker Training Compiler](https://aws.amazon.com/blogs/aws/new-introducing-sagemaker-training-compiler/)\n- 🍫 [Amazon SageMaker Inference Recommender](https://aws.amazon.com/blogs/aws/announcing-amazon-sagemaker-inference-recommender/)\n- 🍫 [AWS Shield Advanced Update – Automatic Application Layer DDoS Mitigation](https://aws.amazon.com/blogs/aws/aws-shield-advanced-update-automatic-application-layer-ddos-mitigation/)\n- 🍫 [Network Address Management and Auditing at Scale with Amazon VPC IP Address Manager](https://aws.amazon.com/blogs/aws/network-address-management-and-auditing-at-scale-with-amazon-vpc-ip-address-manager/)\n- 🍫 [Enhanced Dead-letter Queue Management Experience for Amazon SQS Standard Queues](https://aws.amazon.com/blogs/aws/enhanced-dlq-management-sqs/)\n- 🍫 [Site-to-Site Connectivity with AWS Direct Connect SiteLink](https://aws.amazon.com/blogs/aws/new-site-to-site-connectivity-with-aws-direct-connect-sitelink/)\n- 🍫 [AWS Transit Gateway introduces intra-region peering for simplified cloud operations and network connectivity](https://aws.amazon.com/about-aws/whats-new/2021/12/aws-transit-gateway-intra-region-cloud-network/)\n\n#### December 2nd\n\n- 🌊 [AWS SDK for Rust](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/getting-started.html)\n- 🌊 [AWS SDK for Kotlin](https://aws.amazon.com/about-aws/whats-new/2021/12/aws-sdk-kotlin-developer-preview/)\n- 🌊 [AWS SDK for Swift](https://aws.amazon.com/about-aws/whats-new/2021/12/aws-sdk-swift-developer-preview/)\n- 🌊 [Introducing AWS Cloud WAN](https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-aws-cloud-wan-preview/)\n- 🚀 [AWS re:Post – A Reimagined Q&A Experience for the AWS Community](https://aws.amazon.com/blogs/aws/aws-repost-a-reimagined-qa-experience-for-the-aws-community/)\n- 🍫 [Amazon EC2 M1 Mac Instances to Build & Test Apps for iPhone, iPad, Mac, Apple Watch, and Apple TV](https://aws.amazon.com/blogs/aws/use-amazon-ec2-m1-mac-instances-to-build-test-macos-ios-ipados-tvos-and-watchos-apps/)\n- 🍫 [Construct Hub and AWS Cloud Development Kit Version 2](https://aws.amazon.com/blogs/aws/announcing-general-availability-of-construct-hub-and-aws-cloud-development-kit-version-2/)\n- 🍫 [Sustainability Pillar for AWS Well-Architected Framework](https://aws.amazon.com/blogs/aws/sustainability-pillar-well-architected-framework/)\n- 🍫 [FreeRTOS Extended Maintenance Plan for Up to 10 Years](https://aws.amazon.com/blogs/aws/new-freertos-extended-maintenance-plan-for-up-to-10-years/)\n- 🍫 [AWS Cloud Development Kit V2 GA](https://aws.amazon.com/cdk/)\n- 🍫 [AWS Resource Access Manager enables support for global resource types](https://aws.amazon.com/about-aws/whats-new/2021/12/aws-resource-access-manager-global-resource-types/)\n- 🍫 [Local zone expansion](https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations/)\n- 🍫 [AWS Lambda now logs Hyperplane Elastic Network Interface (ENI) ID in AWS CloudTrail data events](https://aws.amazon.com/about-aws/whats-new/2021/12/aws-lambda-hyperplane-eni-cloudtrail-events/)\n\n## Videos & Labs 🍿\n\n- [re:Invent 2021 Keynotes](https://www.youtube.com/playlist?list=PL2yQDdvlhXf9jfiZENJYPXX8GYUOzQCuT)\n- [re:Invent 2021 Playlists](https://www.youtube.com/c/AWSEventsChannel/playlists?view=1&sort=dd&shelf_id=0)\n- [Youtube Channel](https://www.youtube.com/c/amazonwebservices/videos)\n\n## Blog posts 📰\n\n- [Tech Predictions for 2022 and Beyond](https://www.allthingsdistributed.com/2021/12/tech-prediction-for-2022-and-beyond.html)\n- [Chris Farris: re:Invent 2021 Recap](https://www.chrisfarris.com/post/reinvent2021/)\n\n## Credits 📫\n\n[![zoph.io logo](https://zoph.io/img/logo-right.png)](https://zoph.io)\n* [re:Invent](https://reinvent.awsevents.com/)\n* [@zoph](https://twitter.com/zoph) / [Blog](https://zoph.me/)\n* [zoph.io - Cloud Advisory Boutique](https://zoph.io)\n"
  },
  {
    "path": "reinvent/reinvent-2022.md",
    "content": "Caption\n- 🚀 = Launch / New Service\n- 🍫 = New feature / Enhancement\n- 🌊 = Preview\n\n<details>\n  <summary>🚀 Pre-re:Invent'22 Launches (November 2022)</summary>\n  \n  - 🚀 [Announcing AWS Resource Explorer](https://aws.amazon.com/about-aws/whats-new/2022/11/announcing-aws-resource-explorer/)\n  - 🍫 [AWS CloudTrail announces delegated administrator account support for AWS Organizations](https://aws.amazon.com/about-aws/whats-new/2022/11/aws-cloudtrail-delegated-account-support-aws-organizations/)\n  - 🍫 [AWS Config now supports 14 new resource types](https://aws.amazon.com/about-aws/whats-new/2022/11/aws-config-supports-14-resource-types/)\n  - 🍫 [Introducing Amazon EventBridge Scheduler](https://aws.amazon.com/blogs/compute/introducing-amazon-eventbridge-scheduler/)\n  - 🍫 [Amazon S3 request-level information on use of access control lists (ACLs) coming to S3 server access logs and AWS CloudTrail](https://aws.amazon.com/about-aws/whats-new/2022/11/s3-request-level-information-access-control-lists-acls-s3-server-access-logs-cloudtrail/)\n  - 🍫 [Amazon SQS announces attribute-based access control (ABAC) for flexible and scalable access permissions](https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sqs-attribute-based-access-control-abac-flexible-scalable-access-permissions/)\n  - 🍫 [Amazon SNS adds support for payload-based message filtering](https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-payload-based-message-filtering/)\n  - 🍫 [Amazon CloudFront launches continuous deployment support](https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudfront-continuous-deployment-support/)\n</details>\n\n\n## re:Invent'22 (NOV. 28 – DEC. 2, 2022 | LAS VEGAS, NV)\n\n<details>\n<summary>November 28th</summary>\n</details>\n\n<details>\n<summary>November 29th</summary>\n</details>\n\n<details>\n<summary>November 30th</summary>\n</details>\n\n<details>\n<summary>December 1st</summary>\n</details>\n\n\n## 🍿 Videos & Labs \n\n- [re:Invent 2022 Keynotes](https://www.youtube.com/playlist?list=PL2yQDdvlhXf9jfiZENJYPXX8GYUOzQCuT)\n- [re:Invent 2022 Playlists](https://www.youtube.com/c/AWSEventsChannel/playlists?view=1&sort=dd&shelf_id=0)\n- [Youtube Channel](https://www.youtube.com/c/amazonwebservices/videos)\n\n## 📰 Blog posts \n\n\n## 📫 Credits \n\n[![zoph.io logo](https://zoph.io/img/logo-right.png)](https://zoph.io)\n* [AWS Security Digest](https://awssecuritydigest.com)\n* [re:Invent](https://reinvent.awsevents.com/)\n* [@zoph](https://twitter.com/zoph) / [Blog](https://zoph.me/)\n"
  }
]