Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2024-02-01 02:42:51 +00:00
parent ee250d35b8
commit debc5de3cf
56 changed files with 211 additions and 95 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -2,8 +2,8 @@
.. _acl_0002:
Firewall Configuration Example
==============================
Firewall Configuration Examples
===============================
This section provides examples for configuring firewalls.

View File

@ -6,35 +6,17 @@ Firewall
========
- :ref:`Firewall Overview <acl_0001>`
- :ref:`Firewall Configuration Example <acl_0002>`
- :ref:`Creating a Firewall <en-us_topic_0051746698>`
- :ref:`Adding a Firewall Rule <en-us_topic_0051746702>`
- :ref:`Associating Subnets with a Firewall <en-us_topic_0051746700>`
- :ref:`Disassociating Subnets from a Firewall <vpc_acl_0003>`
- :ref:`Changing the Sequence of a Firewall Rule <vpc_acl_0004>`
- :ref:`Modifying a Firewall Rule <vpc_acl_0005>`
- :ref:`Enabling or Disabling a Firewall Rule <vpc_acl_0006>`
- :ref:`Deleting a Firewall Rule <vpc_acl_0007>`
- :ref:`Viewing a Firewall <vpc_acl_0009>`
- :ref:`Modifying a Firewall <vpc_acl_0010>`
- :ref:`Enabling or Disabling a Firewall <vpc_acl_0011>`
- :ref:`Deleting a Firewall <vpc_acl_0012>`
- :ref:`Firewall Configuration Examples <acl_0002>`
- :ref:`Managing Firewalls <vpc_acl_0014>`
- :ref:`Management Firewall Rules <vpc_acl_0015>`
- :ref:`Managing Subnets Associated with a Firewall <vpc_acl_0016>`
.. toctree::
:maxdepth: 1
:hidden:
firewall_overview
firewall_configuration_example
creating_a_firewall
adding_a_firewall_rule
associating_subnets_with_a_firewall
disassociating_subnets_from_a_firewall
changing_the_sequence_of_a_firewall_rule
modifying_a_firewall_rule
enabling_or_disabling_a_firewall_rule
deleting_a_firewall_rule
viewing_a_firewall
modifying_a_firewall
enabling_or_disabling_a_firewall
deleting_a_firewall
firewall_configuration_examples
managing_firewalls/index
management_firewall_rules/index
managing_subnets_associated_with_a_firewall/index

View File

@ -0,0 +1,22 @@
:original_name: vpc_acl_0015.html
.. _vpc_acl_0015:
Management Firewall Rules
=========================
- :ref:`Adding a Firewall Rule <en-us_topic_0051746702>`
- :ref:`Modifying a Firewall Rule <vpc_acl_0005>`
- :ref:`Changing the Sequence of a Firewall Rule <vpc_acl_0004>`
- :ref:`Enabling or Disabling a Firewall Rule <vpc_acl_0006>`
- :ref:`Deleting a Firewall Rule <vpc_acl_0007>`
.. toctree::
:maxdepth: 1
:hidden:
adding_a_firewall_rule
modifying_a_firewall_rule
changing_the_sequence_of_a_firewall_rule
enabling_or_disabling_a_firewall_rule
deleting_a_firewall_rule

View File

@ -0,0 +1,22 @@
:original_name: vpc_acl_0014.html
.. _vpc_acl_0014:
Managing Firewalls
==================
- :ref:`Creating a Firewall <en-us_topic_0051746698>`
- :ref:`Modifying a Firewall <vpc_acl_0010>`
- :ref:`Enabling or Disabling a Firewall <vpc_acl_0011>`
- :ref:`Viewing a Firewall <vpc_acl_0009>`
- :ref:`Deleting a Firewall <vpc_acl_0012>`
.. toctree::
:maxdepth: 1
:hidden:
creating_a_firewall
modifying_a_firewall
enabling_or_disabling_a_firewall
viewing_a_firewall
deleting_a_firewall

View File

@ -0,0 +1,16 @@
:original_name: vpc_acl_0016.html
.. _vpc_acl_0016:
Managing Subnets Associated with a Firewall
===========================================
- :ref:`Associating Subnets with a Firewall <en-us_topic_0051746700>`
- :ref:`Disassociating Subnets from a Firewall <vpc_acl_0003>`
.. toctree::
:maxdepth: 1
:hidden:
associating_subnets_with_a_firewall
disassociating_subnets_from_a_firewall

View File

@ -5,7 +5,7 @@
Default Security Group and Its Rules
====================================
If you have not created any security groups yet, the system automatically creates a default security group for you and associates it with the instance (such as an ECS) when you create it. A default security group has the following rules:
If you have not created any security groups yet, the system automatically creates a default security group for you and associates it with the instance when you create it. A default security group has the following rules:
- Inbound rules control incoming traffic to instances in a security group. Only instances in the same security group can communicate with each other, and all inbound requests are denied.
- Outbound rules allow all outbound traffic and response traffic to the outbound requests.
@ -19,7 +19,7 @@ If you have not created any security groups yet, the system automatically create
.. note::
- You cannot delete the default security group, but you can modify existing rules or add rules to the group.
- The default security group is automatically created to simplify the process of creating an instance for the first time. The default security group denies all external requests. To log in to an instance, add a security group rule by referring to :ref:`Remotely Logging In to an ECS from a Local Server <en-us_topic_0081124350__section14933617154810>`.
- The default security group denies all external requests. To log in to an instance associated with this security group, add a security group rule by referring to :ref:`Remotely Logging In to an ECS from a Local Server <en-us_topic_0081124350__section14933617154810>`.
:ref:`Table 1 <securitygroup_0003__table493045171919>` describes the default rules for the default security group.

View File

@ -8,20 +8,9 @@ Security Group
- :ref:`Security Groups and Security Group Rules <en-us_topic_0073379079>`
- :ref:`Default Security Group and Its Rules <securitygroup_0003>`
- :ref:`Security Group Configuration Examples <en-us_topic_0081124350>`
- :ref:`Creating a Security Group <en-us_topic_0013748715>`
- :ref:`Cloning a Security Group <vpc_securitygroup_0009>`
- :ref:`Modifying a Security Group <vpc_securitygroup_0010>`
- :ref:`Deleting a Security Group <vpc_securitygroup_0008>`
- :ref:`Adding a Security Group Rule <en-us_topic_0030969470>`
- :ref:`Fast-Adding Security Group Rules <securitygroup_0004>`
- :ref:`Allowing Common Ports with A Few Clicks <securitygroup_0005>`
- :ref:`Modifying a Security Group Rule <vpc_securitygroup_0005>`
- :ref:`Replicating a Security Group Rule <vpc_securitygroup_0004>`
- :ref:`Importing and Exporting Security Group Rules <vpc_securitygroup_0007>`
- :ref:`Deleting a Security Group Rule <vpc_securitygroup_0006>`
- :ref:`Adding an Instance to or Removing an Instance from a Security Group <securitygroup_0017>`
- :ref:`Viewing the Security Group of an ECS <vpc_securitygroup_0011>`
- :ref:`Changing the Security Group of an ECS <securitygroup_0006>`
- :ref:`Managing a Security Group <vpc_securitygroup_0012>`
- :ref:`Managing Security Group Rules <vpc_securitygroup_0013>`
- :ref:`Managing Instances Associated with a Security Group <vpc_securitygroup_0014>`
.. toctree::
:maxdepth: 1
@ -30,17 +19,6 @@ Security Group
security_groups_and_security_group_rules
default_security_group_and_its_rules
security_group_configuration_examples
creating_a_security_group
cloning_a_security_group
modifying_a_security_group
deleting_a_security_group
adding_a_security_group_rule
fast-adding_security_group_rules
allowing_common_ports_with_a_few_clicks
modifying_a_security_group_rule
replicating_a_security_group_rule
importing_and_exporting_security_group_rules
deleting_a_security_group_rule
adding_an_instance_to_or_removing_an_instance_from_a_security_group
viewing_the_security_group_of_an_ecs
changing_the_security_group_of_an_ecs
managing_a_security_group/index
managing_security_group_rules/index
managing_instances_associated_with_a_security_group/index

View File

@ -0,0 +1,20 @@
:original_name: vpc_SecurityGroup_0012.html
.. _vpc_SecurityGroup_0012:
Managing a Security Group
=========================
- :ref:`Creating a Security Group <en-us_topic_0013748715>`
- :ref:`Cloning a Security Group <vpc_securitygroup_0009>`
- :ref:`Modifying a Security Group <vpc_securitygroup_0010>`
- :ref:`Deleting a Security Group <vpc_securitygroup_0008>`
.. toctree::
:maxdepth: 1
:hidden:
creating_a_security_group
cloning_a_security_group
modifying_a_security_group
deleting_a_security_group

View File

@ -0,0 +1,18 @@
:original_name: vpc_SecurityGroup_0014.html
.. _vpc_SecurityGroup_0014:
Managing Instances Associated with a Security Group
===================================================
- :ref:`Adding an Instance to or Removing an Instance from a Security Group <securitygroup_0017>`
- :ref:`Viewing the Security Group of an ECS <vpc_securitygroup_0011>`
- :ref:`Changing the Security Group of an ECS <securitygroup_0006>`
.. toctree::
:maxdepth: 1
:hidden:
adding_an_instance_to_or_removing_an_instance_from_a_security_group
viewing_the_security_group_of_an_ecs
changing_the_security_group_of_an_ecs

View File

@ -0,0 +1,26 @@
:original_name: vpc_SecurityGroup_0013.html
.. _vpc_SecurityGroup_0013:
Managing Security Group Rules
=============================
- :ref:`Adding a Security Group Rule <en-us_topic_0030969470>`
- :ref:`Fast-Adding Security Group Rules <securitygroup_0004>`
- :ref:`Allowing Common Ports with A Few Clicks <securitygroup_0005>`
- :ref:`Modifying a Security Group Rule <vpc_securitygroup_0005>`
- :ref:`Replicating a Security Group Rule <vpc_securitygroup_0004>`
- :ref:`Importing and Exporting Security Group Rules <vpc_securitygroup_0007>`
- :ref:`Deleting a Security Group Rule <vpc_securitygroup_0006>`
.. toctree::
:maxdepth: 1
:hidden:
adding_a_security_group_rule
fast-adding_security_group_rules
allowing_common_ports_with_a_few_clicks
modifying_a_security_group_rule
replicating_a_security_group_rule
importing_and_exporting_security_group_rules
deleting_a_security_group_rule

View File

@ -8,6 +8,10 @@ Change History
+-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+====================================================================================================================================================================================================================================================================================================================================+
| 2024-01-30 | This release incorporates the following changes: |
| | |
| | Modified figures in :ref:`Creating a Custom Route Table <vpc_route01_0005>` and :ref:`Adding a Custom Route <vpc_route01_0006>`. |
+-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2024-01-16 | This release incorporates the following changes: |
| | |
| | Modified the figure for creating a subnet in :ref:`Creating a Subnet for the VPC <en-us_topic_0013748726>`, :ref:`Step 2: Create a Subnet for the VPC <vpc_qs_0006>`, and :ref:`Step 2: Create a Subnet for the VPC <vpc_qs_0010>`. |
@ -211,7 +215,7 @@ Change History
| | |
| | Modified the following content: |
| | |
| | - Added rules in :ref:`Firewall Configuration Example <acl_0002>`. |
| | - Added rules in :ref:`Firewall Configuration Examples <acl_0002>`. |
| | - Modified :ref:`Does a Modified Security Group Rule or a Firewall Rule Take Effect Immediately for Existing Connections? <vpc_faq_0074>` |
| | - Modified :ref:`Why Can't I Delete My VPCs and Subnets? <vpc_faq_0075>` |
+-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -239,7 +243,7 @@ Change History
| | |
| | - Updated screenshots in :ref:`Adding a Security Group Rule <en-us_topic_0030969470>` and :ref:`Fast-Adding Security Group Rules <securitygroup_0004>`. |
| | - Optimized figure examples in this document. |
| | - Optimized descriptions in :ref:`Firewall Configuration Example <acl_0002>`. |
| | - Optimized descriptions in :ref:`Firewall Configuration Examples <acl_0002>`. |
| | - Optimized descriptions in :ref:`Firewall Overview <acl_0001>`. |
| | - Changed the position of :ref:`Access Control <vpc_securitygroup_0000>`. |
| | - Optimized :ref:`What Is a Quota? <vpc_faq_0051>` |
@ -272,7 +276,7 @@ Change History
| | - Optimized description about the scenario in :ref:`Creating an Alarm Rule <vpc010014>`. |
| | - Updated screenshots in :ref:`Adding a Security Group Rule <en-us_topic_0030969470>` and :ref:`Fast-Adding Security Group Rules <securitygroup_0004>`. |
| | - Optimized figure examples in this document. |
| | - Optimized descriptions in :ref:`Firewall Configuration Example <acl_0002>`. |
| | - Optimized descriptions in :ref:`Firewall Configuration Examples <acl_0002>`. |
| | - Optimized descriptions in :ref:`Firewall Overview <acl_0001>`. |
| | - Changed the position of :ref:`Access Control <vpc_securitygroup_0000>`. |
| | |

View File

@ -107,7 +107,7 @@ Before deleting a VPC, ensure that all subnets in the VPC have been deleted. You
| | NOTICE: | |
| | You only need to delete the custom security groups. The default security group does not affect the deletion of VPCs. | |
+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
| Release all EIPs in this region and then delete this last VPC. | In the current region, this is the last VPC and there are EIPs. | Release all EIPs and then delete the VPC. |
| Release all EIPs in this region and then delete this last VPC. | In the current region, this is the last VPC and there are EIPs. | Release all EIPs in this region and then delete this last VPC. |
| | | |
| | | :ref:`Unbinding an EIP from an ECS and Releasing the EIP <vpc_eip_0001>` |
+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+

View File

@ -6,17 +6,8 @@ Route Tables
============
- :ref:`Route Tables and Routes <vpc_route01_0001>`
- :ref:`Creating a Custom Route Table <vpc_route01_0005>`
- :ref:`Associating a Route Table with a Subnet <vpc_route01_0007>`
- :ref:`Changing the Route Table Associated with a Subnet <vpc_route01_0008>`
- :ref:`Viewing the Route Table Associated with a Subnet <vpc_route01_0015>`
- :ref:`Viewing Route Table Information <vpc_route01_0009>`
- :ref:`Exporting Route Table Information <vpc_route01_0014>`
- :ref:`Deleting a Route Table <vpc_route01_0010>`
- :ref:`Adding a Custom Route <vpc_route01_0006>`
- :ref:`Modifying a Route <vpc_route01_0011>`
- :ref:`Replicating a Route <vpc_route01_0013>`
- :ref:`Deleting a Route <vpc_route01_0012>`
- :ref:`Managing Route Tables <vpc_route01_0016>`
- :ref:`Managing Routes <vpc_route01_0017>`
- :ref:`Configuring an SNAT Server <vpc_route_0004>`
.. toctree::
@ -24,15 +15,6 @@ Route Tables
:hidden:
route_tables_and_routes
creating_a_custom_route_table
associating_a_route_table_with_a_subnet
changing_the_route_table_associated_with_a_subnet
viewing_the_route_table_associated_with_a_subnet
viewing_route_table_information
exporting_route_table_information
deleting_a_route_table
adding_a_custom_route
modifying_a_route
replicating_a_route
deleting_a_route
managing_route_tables/index
managing_routes/index
configuring_an_snat_server

View File

@ -0,0 +1,26 @@
:original_name: vpc_route01_0016.html
.. _vpc_route01_0016:
Managing Route Tables
=====================
- :ref:`Creating a Custom Route Table <vpc_route01_0005>`
- :ref:`Associating a Route Table with a Subnet <vpc_route01_0007>`
- :ref:`Changing the Route Table Associated with a Subnet <vpc_route01_0008>`
- :ref:`Viewing the Route Table Associated with a Subnet <vpc_route01_0015>`
- :ref:`Viewing Route Table Information <vpc_route01_0009>`
- :ref:`Exporting Route Table Information <vpc_route01_0014>`
- :ref:`Deleting a Route Table <vpc_route01_0010>`
.. toctree::
:maxdepth: 1
:hidden:
creating_a_custom_route_table
associating_a_route_table_with_a_subnet
changing_the_route_table_associated_with_a_subnet
viewing_the_route_table_associated_with_a_subnet
viewing_route_table_information
exporting_route_table_information
deleting_a_route_table

Some files were not shown because too many files have changed in this diff Show More