Skip to content

Commit 6a72edb

Browse files
committed
Add warning message of deprecated version
1 parent 44ba308 commit 6a72edb

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

docs/deployment/deploying-aws.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
<h2 id="section-title">Deploying OpenVidu on AWS</h2>
22
<hr>
33

4+
<div style="
5+
display: table;
6+
border: 2px solid #ffb600;
7+
border-radius: 5px;
8+
width: 100%;
9+
margin-top: 30px;
10+
background-color: #FFFBF1;
11+
margin-bottom: 25px;
12+
padding: 5px 0 5px 0;"><div style="display: table-cell; vertical-align: middle;">
13+
<i class="icon ion-android-alert" style="
14+
font-size: 50px;
15+
color: #ffb600;
16+
display: inline-block;
17+
padding-left: 25%;
18+
"></i></div>
19+
<div style="
20+
vertical-align: middle;
21+
display: table-cell;
22+
padding: 10px 20px;">
23+
This OpenVidu Cloudformation template is no longer supported. A legacy AMI is preserved in <code>eu-west-1</code> region of AWS. If you will deploy in a different region than <code>eu-west-1</code>, check <a href="https://docs.openvidu.io/en/stable/troubleshooting/#19-while-deploying-in-cloudformation-aws-the-image-id-ami-does-not-exist" target="_blank">this section</a>.
24+
</div>
25+
</div>
26+
427
The deployment of OpenVidu can be a piece of cake if you have an AWS account. Just follow these steps:
528

629
### 1. Access to the console of AWS Cloud Formation

docs/openvidu-pro/deployment/aws.md

+23
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,29 @@
4040
</div>
4141
</div>
4242

43+
<div style="
44+
display: table;
45+
border: 2px solid #ffb600;
46+
border-radius: 5px;
47+
width: 100%;
48+
margin-top: 30px;
49+
background-color: #FFFBF1;
50+
margin-bottom: 25px;
51+
padding: 5px 0 5px 0;"><div style="display: table-cell; vertical-align: middle;">
52+
<i class="icon ion-android-alert" style="
53+
font-size: 50px;
54+
color: #ffb600;
55+
display: inline-block;
56+
padding-left: 25%;
57+
"></i></div>
58+
<div style="
59+
vertical-align: middle;
60+
display: table-cell;
61+
padding: 10px 20px;">
62+
This OpenVidu Cloudformation template is no longer supported. A legacy AMI is preserved in <code>eu-west-1</code> region of AWS. If you will deploy in a different region than <code>eu-west-1</code>, check <a href="https://docs.openvidu.io/en/stable/troubleshooting/#19-while-deploying-in-cloudformation-aws-the-image-id-ami-does-not-exist" target="_blank">this section</a>.
63+
</div>
64+
</div>
65+
4366
## Deployment instructions
4467

4568
### 1) Access to the console of AWS Cloud Formation

0 commit comments

Comments
 (0)